自动化立体仓库 - WMS系统
#
lsh
2024-01-12 634748d87913a4e56ec80dffb9e3361a6e96676a
src/main/java/com/zy/asrs/service/LocMastService.java
@@ -14,6 +14,21 @@
    LocMast queryFreeLocMast(Integer row, Short locType1);
    /**
     * 检索可用库位
     */
    LocMast queryFreeLocMast1(Integer row, Short locType1 ,int channelMax);
    /**
     * 检索可用库位
     */
    LocMast queryFreeLocMast2(Integer row, Short locType1, Short locType2);
    /**
     * 检索可用库位
     */
    Integer queryFreeLocMastCount(Integer row, Short locType1, Short locType2);
    /**
     * 获取同组货架的空库位
     * @param sourceLocNo 源库位
     * @return 同组空库位集合