会员码接口

This commit is contained in:
张松
2025-02-15 17:40:56 +08:00
parent 3315bfbb28
commit 6b77134c05
4 changed files with 49 additions and 4 deletions

View File

@@ -30,4 +30,5 @@ public interface ShopUserService extends IService<ShopUser> {
*/
Page<ShopUserVipCardDTO> vipCard(long userInfoId);
String getCode(long userInfoId, long shopId);
}