自动化立体仓库 - WMS系统
野心家
2023-06-13 d7e71e9eaf18c27fc328b06204ba4bec152608b6
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 同组空库位集合