yujian
2020-05-09 7e7db2fa55a9a3af46d4fd8ede0dee147f101d64
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsClassService.java
@@ -101,4 +101,12 @@
   public void updateOrder(Long id, Integer moveType) throws GoodsClassException;
   /**
    * 状态切换
    * @param id
    * @throws GoodsClassException
    */
   public void switchState(Long id) throws GoodsClassException;
}