| | |
| | | } |
| | | |
| | | /** |
| | | * 门牌地址表(总台账数据) 自定义详情 |
| | | */ |
| | | @GetMapping("/getDetail") |
| | | public R getDetail(DoorplateAddressVO doorplateAddress) { |
| | | return R.data(doorplateAddressService.getDetail(doorplateAddress)); |
| | | } |
| | | |
| | | /** |
| | | * 门牌地址表(总台账数据) 分页 |
| | | */ |
| | | @GetMapping("/list") |
| | |
| | | } |
| | | |
| | | /** |
| | | * 数据处理 |
| | | * 房屋数据处理 |
| | | * @return |
| | | */ |
| | | @GetMapping("/dataHandle") |
| | | @GetMapping("/houseDataHandle") |
| | | public R dataHandle(){ |
| | | return R.data(doorplateAddressService.dataHandle()); |
| | | return R.data(doorplateAddressService.houseDataHandle()); |
| | | } |
| | | |
| | | /** |
| | |
| | | return R.data(doorplateAddressService.placeDataHandle()); |
| | | } |
| | | |
| | | /** |
| | | * 社区数据处理 |
| | | * @return |
| | | */ |
| | | @GetMapping("/communityDataHandle") |
| | | public R communityDataHandle(){ |
| | | return R.data(doorplateAddressService.communityDataHandle()); |
| | | } |
| | | |
| | | } |