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