分销员

This commit is contained in:
2025-11-06 15:02:12 +08:00
parent 6c175343ee
commit 558eb355b3
5 changed files with 29 additions and 23 deletions

View File

@@ -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);
}