提交
This commit is contained in:
@@ -120,6 +120,11 @@ public interface InfluxDBTableConstant {
|
||||
*/
|
||||
String MIN_VALUE = "minValue";
|
||||
|
||||
/**
|
||||
* 统计结果平均值
|
||||
*/
|
||||
String AVG_VALUE = "avgValue";
|
||||
|
||||
/**
|
||||
* 数据质量标志
|
||||
*/
|
||||
|
||||
@@ -61,5 +61,10 @@ public class StatisticalDataDTO {
|
||||
*/
|
||||
private Double minValue;
|
||||
|
||||
/**
|
||||
* 指标平均值
|
||||
*/
|
||||
private Double avgValue;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user