xiangpei
2024-09-17 d2cc01f393336a31ce382488cc1fd2b1d7d9be50
ycl-server/src/main/java/com/ycl/platform/service/ITMonitorService.java
@@ -75,13 +75,13 @@
     * @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);
    /**
     * 获取首页设备折线图