代码提交

This commit is contained in:
2023-06-21 09:20:53 +08:00
parent c5d469f6d1
commit 879d90d579
4 changed files with 44 additions and 0 deletions

View File

@@ -24,4 +24,6 @@ public interface CommonMapper extends InfluxDbBaseMapper<PowerQualityData> {
List<StatisticalDataDTO> getDeviceRtData(InfluxQueryWrapper influxQueryWrapper);
List<StatisticalDataDTO> getDeviceRtDataByTime(InfluxQueryWrapper influxQueryWrapper);
StatisticalDataDTO getLineHistoryData(InfluxQueryWrapper influxQueryWrapper);
}