influxdb添加方法

This commit is contained in:
huangzj
2023-06-15 16:12:46 +08:00
parent 4350a2c342
commit e0c4e4b88f
3 changed files with 55 additions and 0 deletions

View File

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