From 87c7a14ff9309bcfcc3bff9d071a77a1f8d797de Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期二, 26 三月 2024 15:33:11 +0800 Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/zy-asrs into phyzasrs --- src/main/java/com/zy/asrs/service/AgvWorkService.java | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/AgvWorkService.java b/src/main/java/com/zy/asrs/service/AgvWorkService.java index 96c64c7..839c1ce 100644 --- a/src/main/java/com/zy/asrs/service/AgvWorkService.java +++ b/src/main/java/com/zy/asrs/service/AgvWorkService.java @@ -2,7 +2,6 @@ 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; @@ -40,9 +39,9 @@ /* 绌烘澘鍏ュ簱 */ - String emptyPlateIn(String sourceStaion, Long userId); + String emptyPlateIn(String station,String containerCode,int containerType, Long userId); - void emptyPlateOut(EmptyPlateOutParam param, Long userId); + void emptyPlateOut(String station, int containerType, Long userId); /** * 搴撳瓨鏄庣粏璋冩暣 -- Gitblit v1.9.1