| | |
| | | import com.panzhihua.common.model.dtos.PageBaseDTO; |
| | | import com.panzhihua.common.model.dtos.community.*; |
| | | import com.panzhihua.common.model.dtos.community.acid.*; |
| | | import com.panzhihua.common.model.dtos.community.building.BuildingDto; |
| | | import com.panzhihua.common.model.dtos.community.convenient.*; |
| | | import com.panzhihua.common.model.dtos.community.dpc.AddDpcDTO; |
| | | import com.panzhihua.common.model.dtos.community.dpc.EditDpcDTO; |
| | |
| | | @RequestParam("userId") Long userId); |
| | | |
| | | |
| | | @GetMapping("/largeScreen/panzhihuaMap") |
| | | public R panzhihuaMap(@RequestParam("areaCode")String areaCode); |
| | | |
| | | @GetMapping("/largeScreen/oneTagThreeReal") |
| | | public R oneTagThreeReal(@RequestParam("streetId") Long streetId); |
| | | |
| | | @PostMapping("/largeScreen/searchStreet") |
| | | public R searchStreet(@RequestBody BuildingDto buildingDto); |
| | | |
| | | @PostMapping("/largeScreen/huachengDyn") |
| | | public R huachengDyn(@RequestBody ComActDynVO comActDynVO); |
| | | |
| | | @GetMapping("/largeScreen/getScreenStatics") |
| | | public R getScreenStatics(); |
| | | |
| | | @GetMapping("/largeScreen/populationStatics") |
| | | public R populationStatics(@RequestParam("streetId") Long streetId); |
| | | |
| | | @GetMapping("/largeScreen/probably") |
| | | public R probably(@RequestParam("year") Integer year,@RequestParam("belongTo") String belongTo); |
| | | |
| | | } |