From e7ba6232e39e30283a4e7f775eb997fc9da8e52e Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期三, 11 十月 2023 10:26:08 +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 |   24 ++++++++++++++++++++++++
 1 files changed, 24 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..cdc2396 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,26 @@
      */
     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);
 
 }

--
Gitblit v1.9.1