自动化立体仓库 - WMS系统
18516761980
2021-12-09 2d9ee3c33e909a14f3a6729cacc114335e8023c8
src/main/java/com/zy/asrs/service/LocMastService.java
@@ -27,4 +27,24 @@
     * @return
     */
    Boolean checkEmptyCount(LocMast locMast);
    /**
     * 优先找第一列悬挑货架的空库位
     * @param row
     * @param locType1
     * @param locType2
     * @param locType3
     * @return
     */
    LocMast queryFreeLocMastIncludeFirst(Integer row, Short locType1, Short locType2, Short locType3);
    /**
     * 实物入库,寻找空库位不能为悬挑的第1列货架
     * @param row
     * @param locType1
     * @param locType2
     * @param locType3
     * @return
     */
    LocMast queryFreeLocMastExceptFirst(Integer row, Short locType1, Short locType2, Short locType3);
}