自动化立体仓库 - WMS系统
#
zjj
2023-09-08 871867d77bf116d9450f2c63c33d3f6e97c8a1e9
src/main/java/com/zy/asrs/service/LocMastService.java
@@ -32,4 +32,21 @@
     */
    Boolean checkWhole(List<LocDetl> locDetls);
    /**
     * 查询浅库位在库,深库位为O的数据
     * @return
     */
    List<LocMast> queryShallowLocFMast(Integer crnNo);
    //查询指定楼层的库位数据
    List<LocMast> selectLocByLev(Integer lev);
    List<LocMast> selectNodeDLocByLev(Integer lev);
    List<LocMast> selectNodeCLocByLev(Integer lev);
    List<LocMast> selectNodeBLocByLev(Integer lev);
    List<LocMast> selectByLocNo(List<String> locNo);
    List<LocMast> selectNodeELocByLev(Integer lev);
}