chen.lin
昨天 bb4f5dc6bbf43616ca3482257b576c9c66c49ff5
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/TaskService.java
@@ -28,6 +28,8 @@
    Task operateComplete(Long id, Long loginUserId);
    Task completeFullOutStock(Long id, Long loginUserId);
    void moveToDeep(Long loginUserId, String curLoc) throws Exception;
    void saveOutStockItem(List<TaskItem> taskItems, WkOrderItem orderItem, WaveItem waveItem, WkOrderItem diffItem, Long loginUserId) throws Exception;