fuliqi
2024-12-12 eb8c2e062f554aa250d660ac798cdb1de7eeeb99
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);
}