自动化立体仓库 - WMS系统
1
zhang
9 天以前 b51eadaa66a5c0ee6da0e418a3ba193dfc878fca
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);
}