From 2f7c2cf530721226082cb4fb7efe10ddc22070f6 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 11 六月 2024 10:29:53 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/asrs/service/AgvWorkService.java |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/zy/asrs/service/AgvWorkService.java b/src/main/java/com/zy/asrs/service/AgvWorkService.java
index 839c1ce..8e8493e 100644
--- a/src/main/java/com/zy/asrs/service/AgvWorkService.java
+++ b/src/main/java/com/zy/asrs/service/AgvWorkService.java
@@ -39,7 +39,7 @@
     /*
     绌烘澘鍏ュ簱
      */
-    String emptyPlateIn(String station,String containerCode,int containerType, Long userId);
+    String emptyPlateIn(String station,String containerCode,Short containerType, Long userId, boolean emptyAutoIn);
 
     void emptyPlateOut(String station, int containerType, Long userId);
 
@@ -56,6 +56,11 @@
     /**
      * 鎵嬪姩鍙栨秷宸ヤ綔妗�
      */
-    void cancelWrkMast(String workNo, Long userId);
+    void cancelWrkMast(String workNo, Long userId, Integer type);
+
+    /**
+     * 鍒囨崲璋冩嫧绫诲瀷
+     */
+    void changeType(String workNo, Long userId);
 
 }

--
Gitblit v1.9.1