| | |
| | | * @param tMonitor 条件 |
| | | * @return 返回一个包含视频数量的Map对象,其中key为统计指标,value为对应功能类型下的统计数量。 |
| | | */ |
| | | Map<String, String> getVideoCount(TMonitor tMonitor); |
| | | Map<String, String> getVideoCount(TMonitorVO tMonitor); |
| | | |
| | | /** |
| | | * 获取异常恢复视频设备统计数 |
| | | * @return 数据 |
| | | */ |
| | | Map<String, String> recoveryException(); |
| | | Map<String, String> recoveryException(TMonitorVO monitor); |
| | | |
| | | /** |
| | | * 获取首页设备折线图 |
| | |
| | | * @param dashboardQuery 查询条件 |
| | | * @return 数据 |
| | | */ |
| | | List<MonitorTotalVO> monitorTotal(DashboardQuery dashboardQuery); |
| | | Map<String, List<Map<String, Object>>> monitorTotal(DashboardQuery dashboardQuery); |
| | | |
| | | /** |
| | | * 大屏设备正常率 |