yujian
2019-06-05 86b66768d6b476a81dd15e795b31a54e328b0b20
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);