自动化立体仓库 - WMS系统
Junjie
2023-12-14 5ec944cdf2355b66df4c21ace2410c3ccb0d61c8
src/main/java/com/zy/asrs/service/LocMastService.java
@@ -18,6 +18,11 @@
    List<LocMast> selectAreaEmpty(Short locType1, Integer locType3);
    /**
     * 搜索指定区域可用库位
     */
    List<LocMast> selectAreaEmptyByLev(Short locType1, Integer locType3, Integer lev);
    /**
     * 获取同组货架的空库位
     * @param sourceLocNo 源库位
     * @return 同组空库位集合