src/main/java/com/zy/asrs/service/WorkService.java
@@ -45,7 +45,7 @@ /** * 空板出库 */ void emptyPlateOut(EmptyPlateOutParam param, Long userId); void emptyPlateOut(String agvSourceSite,EmptyPlateOutParam param, Long userId); /** * 盘点出库 @@ -85,6 +85,6 @@ /** * 通知档手动生成任务 */ StartupDto dealPreHaveStart(Integer wrkNo, Long userId); String dealPreHaveStart(Integer wrkNo, Long userId); }