自动化立体仓库 - WMS系统
#
Junjie
2023-11-17 ad9c9ce4da2e549823b6d47b0219289a7dc7501f
src/main/java/com/zy/asrs/service/AgvBasDevpService.java
@@ -19,4 +19,11 @@
    public List<String> getAvailableEmptyInSite();
    public AgvBasDevp getByDevNo(String devNo);
    public AgvBasDevp selectEmptyDevpByStation(String stationCode);
    List<AgvBasDevp> getBasDevpByNoCacheShelves();
    List<String> selectCacheShelvesStationCodeByFloor(int floor);
}