From 5e5d65b9d45513a05fdd8a579a99192aaec073eb Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 16 六月 2020 09:41:02 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/service/WorkService.java | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/main/java/com/zy/asrs/service/WorkService.java b/src/main/java/com/zy/asrs/service/WorkService.java
index b3e8852..d6f38b7 100644
--- a/src/main/java/com/zy/asrs/service/WorkService.java
+++ b/src/main/java/com/zy/asrs/service/WorkService.java
@@ -7,19 +7,25 @@
/**
* 鍏ㄦ澘鍏ュ簱
+ * @return 搴撲綅鍙�
*/
- void startupFullPutStore(FullStoreParam param, Long userId);
+ String startupFullPutStore(FullStoreParam param, Long userId);
/**
* 瀛旀澘鍏ュ簱
+ * @return 搴撲綅鍙�
*/
- void emptyPlateIn(Integer sourceStaNo, Long userId);
+ String emptyPlateIn(Integer sourceStaNo, Long userId);
/**
* 绌烘澘鍑哄簱
*/
void emptyPlateOut(EmptyPlateOutParam param, Long userId);
+ /**
+ * 搴撲綅绉昏浆
+ */
+ void locMove(String sourceLocNo, String locNo, Long userId);
/**
* 鎵嬪姩瀹屾垚宸ヤ綔妗�
--
Gitblit v1.9.1