From 668e40d51e654104287a3f63c7fd856657a35a11 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期四, 19 十月 2023 11:39:46 +0800 Subject: [PATCH] Merge branch 'tzskasrs' of http://47.97.1.152:5880/r/zy-asrs into tzskasrs --- src/main/java/com/zy/asrs/service/AgvWorkService.java | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/AgvWorkService.java b/src/main/java/com/zy/asrs/service/AgvWorkService.java index f97aa5d..9056644 100644 --- a/src/main/java/com/zy/asrs/service/AgvWorkService.java +++ b/src/main/java/com/zy/asrs/service/AgvWorkService.java @@ -2,6 +2,9 @@ import com.zy.asrs.entity.AgvBasDevp; import com.zy.asrs.entity.AgvWrkMast; +import com.zy.asrs.entity.param.EmptyPlateOutParam; +import com.zy.asrs.entity.param.LocDetlAdjustParam; +import com.zy.asrs.entity.param.StockOutParam; import com.zy.common.model.StartupDto; import com.zy.common.model.TaskDto; @@ -24,5 +27,36 @@ */ void pickIn(List<AgvWrkMast> agvWrkMastList); + /* + 鐩樼偣鍑哄簱 + */ + void locCheckOut(StockOutParam param, Long userId); + + /* + 搴撲綅绉昏浆 + */ + void locMove(String sourceLocNo, String targetLocNo, Long userId); + + /* + 绌烘澘鍏ュ簱 + */ + String emptyPlateIn(String sourceStaion, Long userId); + + void emptyPlateOut(EmptyPlateOutParam param, Long userId); + + /** + * 搴撳瓨鏄庣粏璋冩暣 + */ + void adjustLocDetl(LocDetlAdjustParam param, Long userId); + + /** + * 鎵嬪姩瀹屾垚宸ヤ綔妗� + */ + void completeWrkMast(String workNo, Long userId); + + /** + * 鎵嬪姩鍙栨秷宸ヤ綔妗� + */ + void cancelWrkMast(String workNo, Long userId); } -- Gitblit v1.9.1