| | |
| | | * @return 类型列表 |
| | | */ |
| | | @PostMapping("listbuildtype") |
| | | R listBuildType(); |
| | | R listBuildType(@RequestParam("communityId")Long communityId); |
| | | |
| | | /** |
| | | * 分页查询 其他建筑 |
| | |
| | | * @return |
| | | */ |
| | | @GetMapping("/comActAcidRecord/fiveCount") |
| | | R comActAcidRecordFiveCount(); |
| | | R comActAcidRecordFiveCount(@RequestParam("localCity")String localCity); |
| | | |
| | | |
| | | /** |
| | |
| | | */ |
| | | @PostMapping("/comActReserveDangerArea/updateBatch") |
| | | R updateBatchComActReserveDangerArea(@RequestBody EditDangerBatchDTO editDangerBatchDTO); |
| | | |
| | | @GetMapping("/comAreaTownCommunity/areaTownCommunity") |
| | | R areaTownCommunity(@RequestParam("name")String name); |
| | | } |