yujian
2020-05-06 eb1adc13eda955e8ef0fc9fe41fb246fa89b722d
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsSubClassService.java
@@ -126,4 +126,11 @@
   public void saveObject(MultipartFile file,MultipartFile file2,  GoodsSubClass record, Integer type, Long pid,Long labelId)
         throws GoodsSubClassException, Exception;
   /**
    * 状态切换
    * @param id
    * @throws GoodsSubClassException
    */
   public void switchState(Long id) throws GoodsSubClassException;
}