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