admin
2020-06-22 b3f5e5ba3fd436f00f73cef1de6e8208fe6cf8c4
fanli/src/main/java/com/yeshi/fanli/service/inter/shop/BanLiShopGoodsService.java
@@ -98,6 +98,14 @@
    */
   public void saveObject(MultipartFile file, MultipartFile file2, BanLiShopGoods record)
         throws BanLiShopGoodsException, Exception;
   /**
    * 状态切换
    * @param id
    * @throws BanLiShopGoodsSetException
    */
   public void switchState(Long id) throws BanLiShopGoodsException;
   
}