自动化立体仓库 - WMS系统
zyx
2023-12-22 8b5b019716e49f54fcc016814a3c432a4a32db75
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> selectNodeLocByLev(Integer lev);
    LocMast selectLocStatus(String locno);
    List<LocMast> selectByLocNo(List<String> locNo);
}