自动化立体仓库 - WMS系统
#
fyxc
2025-04-10 4ccff12cf03a050f060b40180873ecd459b2333f
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);
}