fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java
@@ -66,4 +66,15 @@ */ public void deleteByPrimaryKey(Long id); /** * 列表查询 * @param page * @param pageSize * @param key * @return */ public List<BanLiShopGoodsSets> listQuery(int page, int pageSize, String key); public long countQuery(String key); }