admin
2020-05-19 744594ef1a2f530fc3e86ea9dc48b62247f79420
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;
}