admin
2020-05-12 654b2ed3f9ee289ae4be884ddde7f8d1da28cbf3
fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java
@@ -76,5 +76,27 @@
   public List<BanLiShopGoodsSets> listQuery(int page, int pageSize, String key, Long goodsId);
   public long countQuery(String key, Long goodsId);
   /**
    * 销量增加
    * @param id
    * @param count
    */
   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;
}