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