fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandGoodsCaheService.java
@@ -1,5 +1,6 @@ package com.yeshi.fanli.service.inter.brand; import java.util.Date; import java.util.List; import com.yeshi.fanli.entity.brand.BrandGoodsCahe; @@ -24,6 +25,10 @@ */ public List<BrandGoodsCahe> getByBrandId(int start, int count, Long brandId); public void removeByBrandId(Long brandId); /** * 统计品牌商品数量 * @param brandId @@ -31,4 +36,10 @@ */ public long countByBrandId(Long brandId); /** * 删除之前的 * @param createTime */ public void removeAgoByDate(Date createTime); }