自动化立体仓库 - WMS系统
#
lsh
2023-12-20 cd280ead41b98ee60154038e36d9b83cc25e7d16
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 同组空库位集合