自动化立体仓库 - WMS系统
李天宇
2024-09-12 e8650550ebd4d4cdff1426f17d4a14bc7908e992
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);
    }
}