fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java
@@ -17,14 +17,6 @@ */ public interface BrandClassShopService { /** * 查询有效分类 * * @return */ public List<BrandClassShop> listEffective(long start, int count, Long cid); public long countEffective(Long cid); /** * 是否存在 @@ -99,4 +91,10 @@ */ public void deleteBatchByClassId(List<Long> list); /** * 更新品牌商品 */ public void updateShopGoods(); }