自动化立体仓库 - WMS系统
#
野心家
2025-04-28 7d86c8c3edfe2ee2ee83d468c1502ed2efe21697
src/main/java/com/zy/asrs/service/impl/LocMastServiceImpl.java
@@ -48,4 +48,8 @@
        return null;
    }
    @Override
    public List<LocMast> queryShallowLocFMast(Integer crnNo) {
        return this.baseMapper.queryShallowLocFMast(crnNo);
    }
}