admin
2020-05-13 60a099a7edfd81a3b10c766e113c019cdef6cd3d
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;
   
}