| | |
| | | public class ComprehensiveStatisticsController extends BladeController { |
| | | private IComprehensiveStatisticsService comprehensiveStatisticsService; |
| | | private IFireService fireService; |
| | | private IFireSupplementService fireSupplementService; |
| | | |
| | | /** |
| | | * 数据概览 (出警次数还没有统计) |
| | | * 数据概览 |
| | | */ |
| | | @GetMapping("/dataOverview") |
| | | @ApiOperation(value = "数据概览", notes = "数据概览") |
| | |
| | | |
| | | /** |
| | | * 实时火警事件 |
| | | * @param time 时间 |
| | | * @return |
| | | */ |
| | | @GetMapping("/realtimeFireAlarmIncident") |
| | | @ApiOperation(value = "实时火警事件", notes = "实时火警事件") |
| | |
| | | |
| | | /** |
| | | * 易发区统计 |
| | | * @param regionCode 区域编码 36 3601 360124,三种任意一种 |
| | | * @param limit 限制前几 |
| | | * @return |
| | | */ |
| | | @GetMapping("/proneAreasStatistics") |
| | | @ApiOperation(value = "易发区统计", notes = "易发区统计") |