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