fuliqi
2025-01-17 023b2e98dffc0bc45e7bbd9205e5c0a3dc2994a4
ycl-server/src/main/java/com/ycl/platform/service/ITMonitorService.java
@@ -128,4 +128,10 @@
    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);
    Result clearMonitor();
    Result assetManagementCount(DataCenterQuery query);
}