fuliqi
2025-01-09 15a1b8a6cda205c10323b25578374e20165f3ff6
ycl-server/src/main/java/com/ycl/platform/service/ITMonitorService.java
@@ -128,4 +128,6 @@
    Map<String, Object> carHome(HomeQuery monitorQuery) throws ParseException, InvocationTargetException, NoSuchMethodException, InstantiationException, IllegalAccessException;
    Map<String, Object> videoHome(HomeQuery monitorQuery) throws ParseException, InvocationTargetException, NoSuchMethodException, InstantiationException, IllegalAccessException;
    void export(HttpServletResponse response, TMonitorVO tMonitor);
}