自动化立体仓库 - WMS系统
#
zjj
2024-11-12 d41349dff95bbc34d6e34997bb8c68eb0d8dc46a
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);
}