自动化立体仓库 - WMS系统
18516761980
2022-06-16 8b52cb78c70877c9d8689bfcdb49461995cf939a
src/main/java/com/zy/asrs/service/impl/LocMastServiceImpl.java
@@ -58,4 +58,8 @@
        return this.baseMapper.queryFreeLocMastExceptFirst(row, locType1, locType2, locType3);
    }
    @Override
    public List<LocMast> queryShallowLocFMast() {
        return this.baseMapper.queryShallowLocFMast();
    }
}