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; }