src/main/java/com/whyc/mapper/CentralMonitorSysRTHistoryMapper.java
@@ -6,4 +6,12 @@ public interface CentralMonitorSysRTHistoryMapper { List<CentralMonitorSysRT> getHistory(List<String> tableNames); // -------------- app mapper -------------------- List<CentralMonitorSysRT> getAppHistory(List<String> tableNames); }