自动化立体仓库 - WMS系统
#
野心家
2023-06-08 5a0592f51e21bebc2155fb94e5058deb0604299c
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);
    }
}