admin
2020-05-20 98b1a0affd69bbe63223c21fdd2c404e8bedfccb
fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsSetService.java
@@ -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;
}