代码提交

This commit is contained in:
2023-06-06 08:47:23 +08:00
parent ffca9a7cec
commit 3c2c5d9035
6 changed files with 71 additions and 1 deletions

View File

@@ -19,4 +19,6 @@ public interface CommonMapper extends InfluxDbBaseMapper<PowerQualityData> {
List<StatisticalDataDTO> getStatistical(InfluxQueryWrapper influxQueryWrapper);
StatisticalDataDTO getLineRtData(InfluxQueryWrapper influxQueryWrapper);
}