From 6ec3505f6acceca7eae90693d9e4b109942f4185 Mon Sep 17 00:00:00 2001 From: zc <zc> Date: 星期四, 10 七月 2025 13:45:10 +0800 Subject: [PATCH] 接口对接调试 --- src/main/java/com/zy/asrs/service/WorkService.java | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/WorkService.java b/src/main/java/com/zy/asrs/service/WorkService.java index 239535b..61750ed 100644 --- a/src/main/java/com/zy/asrs/service/WorkService.java +++ b/src/main/java/com/zy/asrs/service/WorkService.java @@ -2,6 +2,7 @@ import com.zy.asrs.entity.BasDevp; import com.zy.asrs.entity.WaitPakin; +import com.zy.asrs.entity.WrkMast; import com.zy.asrs.entity.param.EmptyPlateOutParam; import com.zy.asrs.entity.param.FullStoreParam; import com.zy.asrs.entity.param.LocDetlAdjustParam; @@ -37,6 +38,12 @@ void stockOut(BasDevp staNo, TaskDto taskDto, Long userId); /** + * mes璋冪敤鍑哄簱 + * @param endLocation 鍦扮爜 + */ + void stockOut(BasDevp staNo, TaskDto taskDto, Long userId,String endLocation); + + /** * 绌烘澘鍏ュ簱 * @return 搴撲綅鍙� */ @@ -46,6 +53,13 @@ * 绌烘澘鍑哄簱 */ void emptyPlateOut(EmptyPlateOutParam param, Long userId); + + /** + * 鑷姩绌烘澘鍑哄簱 + * @param param + * @return + */ + public WrkMast emptyPlateOut(EmptyPlateOutParam param); /** * 鐩樼偣鍑哄簱 @@ -87,4 +101,6 @@ */ String dealPreHaveStart(Integer wrkNo, Long userId); + void turnMatLocDetl(EmptyPlateOutParam param, Long userId); + } -- Gitblit v1.9.1