yujian
2019-05-20 0a51e12c7a0a4ce201d5ba8459d702d029beea19
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassShopMapper.java
@@ -9,6 +9,15 @@
public interface BrandClassShopMapper extends BaseMapper<BrandClassShop>{
   
   /**
    * 根据分类id批量删除
    * @param list
    * @return
    */
   int deleteBatchByClassId(List<Long> list);
   /**
    * 查询有效
    * @param start
@@ -16,7 +25,7 @@
    * @param cid
    * @return
    */
   List<BrandClassShop> listEffective(@Param("start") long start, @Param("count") int count, @Param("cid") Long cid);
   List<BrandClassShop> listEffective(@Param("cid") Long cid);
   
   long countEffective(@Param("cid") Long cid);