小程序获取店铺会员信息修改

This commit is contained in:
张松
2025-02-14 16:19:43 +08:00
parent a4f89151f4
commit c667d1fa09
3 changed files with 22 additions and 1 deletions

View File

@@ -22,4 +22,6 @@ public interface ShopUserService extends IService<ShopUser> {
Boolean updateMoney(Long shopId, ShopUserMoneyEditDTO shopUserEditDTO);
ShopUserSummaryDTO getSummary(Long shopId, Integer isVip);
ShopUser getShopUserInfo(Long shopId, long userId);
}