admin
2019-11-20 8b2191df2f7d94aa299bd43dcbe97c94e5a61bbd
fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java
@@ -5,7 +5,9 @@
import org.springframework.web.multipart.MultipartFile;
import com.yeshi.fanli.entity.brand.BrandClassShop;
import com.yeshi.fanli.entity.taobao.TaoBaoShop;
import com.yeshi.fanli.exception.brand.BrandClassShopException;
import com.yeshi.fanli.vo.brand.TaoBaoShopVO;
import net.sf.json.JSONObject;
@@ -104,5 +106,27 @@
    * @return
    */
   public JSONObject listEffectiveCacheV2(int page, Long cid);
   /**
    *  兼容2.0
    * @param start
    * @param count
    * @param cid
    * @return
    */
   public List<TaoBaoShopVO> listEffectiveShop(long start, int count, Long cid);
   public long countBrandShopinfo(Long cid);
   /**
    * 分类下店铺
    * @param cid
    * @return
    */
   public List<TaoBaoShop> listEffectiveClassShop(Long cid);
   
}