From cf55ca39fd7f7d65d5119313dff6315ac63aad8c Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期四, 12 十月 2023 08:29:10 +0800
Subject: [PATCH] 自动补货单

---
 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