From 957dbef4a9ad04765d7ff7dca601bda6a29d444e Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 16 六月 2020 17:16:21 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/service/WorkService.java | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 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..26d286d 100644 --- a/src/main/java/com/zy/asrs/service/WorkService.java +++ b/src/main/java/com/zy/asrs/service/WorkService.java @@ -2,24 +2,37 @@ import com.zy.asrs.entity.param.EmptyPlateOutParam; import com.zy.asrs.entity.param.FullStoreParam; +import com.zy.asrs.entity.param.StockOutParam; public interface WorkService { /** * 鍏ㄦ澘鍏ュ簱 + * @return 搴撲綅鍙� */ - void startupFullPutStore(FullStoreParam param, Long userId); + String startupFullPutStore(FullStoreParam param, Long userId); /** - * 瀛旀澘鍏ュ簱 + * 鍏ㄦ澘鍑哄簱 + * @return 搴撲綅鍙� */ - void emptyPlateIn(Integer sourceStaNo, Long userId); + String startupFullTakeStore(StockOutParam param, Long userId); + + /** + * 绌烘澘鍏ュ簱 + * @return 搴撲綅鍙� + */ + String emptyPlateIn(Integer sourceStaNo, Long userId); /** * 绌烘澘鍑哄簱 */ void emptyPlateOut(EmptyPlateOutParam param, Long userId); + /** + * 搴撲綅绉昏浆 + */ + void locMove(String sourceLocNo, String locNo, Long userId); /** * 鎵嬪姩瀹屾垚宸ヤ綔妗� -- Gitblit v1.9.1