| | |
| | | public List<String> selectCacheShelvesStationCodeByLocType(short locType, int floor) { |
| | | return this.baseMapper.selectCacheShelvesStationCodeByLocType(locType,floor); |
| | | } |
| | | |
| | | @Override |
| | | public List<String> selectCacheShelvesStationCodeByLocType(short locType) { |
| | | return this.baseMapper.selectCacheShelvesStationCodeByLocTypeV2(locType); |
| | | } |
| | | |
| | | @Override |
| | | public List<String> selectCacheShelvesStationCodeByLocType2(short locType, int floor) { |
| | | return this.baseMapper.selectCacheShelvesStationCodeByLocType2(locType,floor); |