Merge remote-tracking branch 'origin/master'

This commit is contained in:
2025-02-15 17:40:43 +08:00
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);
}