分销员
This commit is contained in:
@@ -97,7 +97,7 @@ public interface MkDistributionUserService extends IService<MkDistributionUser>
|
||||
* 删除分销员
|
||||
* 逻辑删除分销员
|
||||
*/
|
||||
void deleteDistributionUser(Long id);
|
||||
void deleteDistributionUser(Long id, Long shopId);
|
||||
|
||||
|
||||
|
||||
@@ -152,4 +152,6 @@ public interface MkDistributionUserService extends IService<MkDistributionUser>
|
||||
* CANCELLED: 已撤销
|
||||
*/
|
||||
void withdrawNotify(String outBillNo, String state, String failReason);
|
||||
|
||||
MkDistributionUser getMkDistributionUserByIdAndShopId(Long shopUserId, Long shopId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user