src/main/java/com/zy/asrs/service/AgvWorkService.java
@@ -22,6 +22,11 @@ void stockOutWrkMast(List<TaskDto> agvTaskDtos, Long userId); /* 生成出库任务 */ void processOut(List<TaskDto> agvTaskDtos, Long userId); /* 生成拣料入库任务 */ void pickIn(List<AgvWrkMast> agvWrkMastList); @@ -39,7 +44,7 @@ /* 空板入库 */ String emptyPlateIn(String station,String containerCode,Short containerType, Long userId, boolean emptyAutoIn); String emptyPlateIn(String station, String containerCode, Short containerType, Long userId, boolean emptyAutoIn); void emptyPlateOut(String station, int containerType, Long userId);