优化 用户查询
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user