From d350136e80016d9559f608710de65e827936771d Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 30 十月 2024 15:35:07 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/service/AgvBasDevpService.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/AgvBasDevpService.java b/src/main/java/com/zy/asrs/service/AgvBasDevpService.java index 399593a..dab9548 100644 --- a/src/main/java/com/zy/asrs/service/AgvBasDevpService.java +++ b/src/main/java/com/zy/asrs/service/AgvBasDevpService.java @@ -26,6 +26,7 @@ List<String> selectCacheShelvesStationCodeByFloor(int floor); List<String> selectCacheShelvesStationCodeByLocType(short locType, int floor); + List<String> selectCacheShelvesStationCodeByLocType2(short locType, int floor); public List<Map<String,Object>> selectDevNoAndNumBystationCode(String stationCode); -- Gitblit v1.9.1