自动化立体仓库 - WMS系统
1
bfwms
2025-03-29 d8282bc83c48030c3338ce014a88574d1bbfe895
src/main/java/com/zy/asrs/service/LocMastService.java
@@ -68,6 +68,8 @@
    //找单品类型,最内侧空库位
    List<LocMast> findInEmptyLocMast(Short locType1, List<Integer> rows, Integer crnNo);
    List<LocMast> findInEmptyLocMastNew(Short locType1, List<String> locNos, Integer crnNo);
    //在库位组中搜索可入的空库位
    List<LocMast> findEmptyLocMastByLocNos(Short locType1, List<String> locNos, Integer crnNo);