From 735c99bbbcba0fc0a68e60bec4d6e8c64b9d729d Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 08 十月 2024 09:39:28 +0800
Subject: [PATCH] --
---
src/main/java/com/zy/asrs/service/AgvBasDevpService.java | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/zy/asrs/service/AgvBasDevpService.java b/src/main/java/com/zy/asrs/service/AgvBasDevpService.java
index 820691d..dab9548 100644
--- a/src/main/java/com/zy/asrs/service/AgvBasDevpService.java
+++ b/src/main/java/com/zy/asrs/service/AgvBasDevpService.java
@@ -12,7 +12,7 @@
public void initBasDevp();
- public void updateLocStsAndBarcodeByDevNo(String devNo, String locSts, String barcode);
+ public void updateLocStsAndBarcodeByDevNo(String devNo, String locSts, String barcode, Short containerType);
public Map<String, Object> getAgvBasDevpDtoByStationCode(String stationCode);
@@ -21,4 +21,17 @@
public AgvBasDevp getByDevNo(String devNo);
public AgvBasDevp selectEmptyDevpByStation(String stationCode);
+
+ List<AgvBasDevp> getBasDevpByNoCacheShelves();
+
+ 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);
+
+ List<String> selectAllStationCode();
+
+ AgvBasDevp selectByDevNo(String devNo);
+
}
--
Gitblit v1.9.1