admin
2020-05-06 24a8d17e007545f7426c48352109aa1a9c6587ee
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;
}