| | |
| | | return page.setRecords(baseMapper.selectFwPoliceStationPage(page, fwPoliceStation)); |
| | | } |
| | | |
| | | @Override |
| | | public List<FwPoliceStationVO> selectFwPoliceStationList() { |
| | | return baseMapper.selectFwPoliceStationList(); |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public List<FwPoliceStationExcel> exportFwPoliceStation(Wrapper<FwPoliceStationEntity> queryWrapper) { |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<FwPoliceStationVO> selectByPolygons(List<String> polygons) { |
| | | return baseMapper.selectByPolygons(polygons); |
| | | } |
| | | |
| | | @Override |
| | | public boolean save(FwPoliceStationEntity fwPoliceStation) { |
| | | fillCreateFields(fwPoliceStation); |
| | | return super.save(fwPoliceStation); |