From 50f2d8d80c3a73bb17c1d559e1c08d2e315d0add Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期日, 02 六月 2024 01:14:00 +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 6946beb..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,Short 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