存酒接口
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user