chen.lin
2 天以前 9afc96a5e29a995c11b0edf5bf6435487781072f
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;