优化 用户查询

This commit is contained in:
2025-09-26 17:22:40 +08:00
parent 006dbc8dde
commit 1b826b2782
3 changed files with 137 additions and 117 deletions

View File

@@ -16,6 +16,8 @@ import java.math.BigDecimal;
*/
public interface AShopUserService {
Page<ShopUser> getPage(String key, Integer isVip);
Page<ShopUserDTO> getPage(String key, Integer isVip, BigDecimal amount);
Boolean add(Long shopId, ShopUserAddDTO shopUserAddDTO);