自动化立体仓库 - WMS系统
#
zjj
2025-06-18 370ef9917136dc8f53113a4bcb83a1f14976e50a
src/main/java/com/zy/asrs/mapper/BasDevpMapper.java
@@ -15,4 +15,10 @@
    List<Integer> getAvailableInSite(@Param("typeNo") Integer typeNo);
    List<Integer> getAvailableOutSite(@Param("typeNo") Integer typeNo);
    List<Integer> getCrnAvailableOutSite(@Param("typeNo") Integer typeNo);
    List<Integer> getShuttleAvailableOutSite(@Param("typeNo") Integer typeNo);
    List<Integer> getCtuAvailableOutSite(@Param("typeNo") Integer typeNo);
}