存酒接口

This commit is contained in:
张松
2025-02-27 10:14:51 +08:00
parent 2b6345b7ce
commit 58122a28b5

View File

@@ -29,7 +29,7 @@ public interface ShopUserMapper extends BaseMapper<ShopUser> {
ShopUserSummaryDTO selectUserSummary(@Param("shopId") Long shopId, @Param("isVip") Integer isVip);
Page<ShopUserVipCardDTO> selectVipCard();
Page<ShopUserVipCardDTO> selectVipCard_COUNT();
long selectVipCard_COUNT();
UserInfoAssetsSummaryDTO selectAssetsSummary(@Param("userId") Long userInfoId);