fuliqi
2024-07-23 9a1843b565b97326c78b2e41fc6b7953f5af84d9
ycl-server/src/main/java/com/ycl/platform/service/ITMonitorService.java
@@ -68,7 +68,7 @@
     * @param cameraFunType 摄像头功能类型,用于筛选视频。
     * @return 返回一个包含视频数量的Map对象,其中key为统计指标,value为对应功能类型下的统计数量。
     */
    Map<String, String> getVideoCount(String cameraFunType);
    Map<String, String> getVideoCount(TMonitor tMonitor);
    Map<String, String> recoveryException();
}