yujian
2020-04-29 c5d944e22a575eb5fe8cb4156771a15ee5c0037e
fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java
@@ -73,9 +73,9 @@
    * @param key
    * @return
    */
   public List<BanLiShopGoodsSets> listQuery(int page, int pageSize, String key);
   public List<BanLiShopGoodsSets> listQuery(int page, int pageSize, String key, Long goodsId);
   public long countQuery(String key);
   public long countQuery(String key, Long goodsId);
   
   /**
    * 销量增加
@@ -84,4 +84,19 @@
    */
   public void addSalesCount(Long id,int count);
   /**
    * 后台编辑
    * @param record
    * @throws BanLiShopGoodsSetException
    */
   public void saveObject(BanLiShopGoodsSets record) throws BanLiShopGoodsSetException;
   /**
    * 状态切换
    * @param id
    * @throws BanLiShopGoodsSetException
    */
   public void switchState(Long id) throws BanLiShopGoodsSetException;
}