admin
2019-10-21 45a24d7a84aa4f7d43fd2101ec4aac96b8c96f97
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);