chen.lin
9 小时以前 c69781e2b78ed7a5ffe9b59c0c555f07deabe735
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;