河北超高压算法调整

This commit is contained in:
2024-01-25 10:22:56 +08:00
parent c26c8829ea
commit c219e2c0bf
21 changed files with 333 additions and 86 deletions

View File

@@ -18,7 +18,6 @@ import java.util.List;
public interface DataVMapper extends InfluxDbBaseMapper<DataV> {
List<DataV> getStatisticsByWraper(InfluxQueryWrapper influxQueryWrapper);
List<MeasurementCount> getMeasurementCount(InfluxQueryWrapper influxQueryWrapper);
}