服务包详情
This commit is contained in:
parent
b01459e8b2
commit
8c6f523bac
|
@ -21,4 +21,6 @@ public interface UserPackageDetailDao extends BaseMapper<UserPackageDetail> {
|
|||
|
||||
UserPackageDetail getMyPackageDetail(Long id);
|
||||
|
||||
UserPackageDetail getMyPackageDetailNoId(Long mainId,Long massageTypeId);
|
||||
|
||||
}
|
Loading…
Reference in New Issue