会员信息相关接口

This commit is contained in:
张松
2025-02-27 15:16:23 +08:00
parent 2871e9f7ee
commit 3be9ca1710
4 changed files with 38 additions and 4 deletions

View File

@@ -35,4 +35,6 @@ public interface ShopUserService extends IService<ShopUser> {
Page<ShopUserVipCardDTO> vipCard(long userInfoId);
CzgResult<String> getCode(long userInfoId, long shopId);
CzgResult<Boolean> join(Long shopId, Long userId, ShopUserAddDTO shopUserAddDTO);
}