| | |
| | | R deleteBuildingHousePopulationAdmin(@RequestBody DeleteBuildingHousePopulationDto housePopulationDto); |
| | | |
| | | /** |
| | | * 删除楼栋 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | @GetMapping("/building/delete") |
| | | R buildingDelete(@RequestParam("id")Long id); |
| | | |
| | | /** |
| | | * 分页查询所有数据 |
| | | * |
| | | * @param commonPage 查询实体 |
| | |
| | | R updateBatchComActReserveDangerArea(@RequestBody EditDangerBatchDTO editDangerBatchDTO); |
| | | |
| | | @GetMapping("/comAreaTownCommunity/areaTownCommunity") |
| | | R areaTownCommunity(@RequestParam("name")String name); |
| | | R areaTownCommunity(@RequestParam("name")String name,@RequestParam("userId")Long userId); |
| | | |
| | | /** |
| | | * 物业公司详情 |