fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandGoodsCaheService.java
@@ -1,5 +1,8 @@ package com.yeshi.fanli.service.inter.brand; import java.util.List; import com.yeshi.fanli.entity.brand.BrandGoodsCahe; import com.yeshi.fanli.entity.brand.BrandInfo; /** @@ -12,4 +15,20 @@ public int addBrandGoods(BrandInfo brandInfo); /** * 查询品牌商品 * @param start * @param count * @param brandId * @return */ public List<BrandGoodsCahe> getByBrandId(int start, int count, Long brandId); /** * 统计品牌商品数量 * @param brandId * @return */ public long countByBrandId(Long brandId); }