在线监测点超功能
This commit is contained in:
@@ -27,6 +27,9 @@ public class RMpPartHarmonicDetailDTO {
|
||||
//告警指标
|
||||
private String harmonicType;
|
||||
|
||||
private List<String> harmonicTypes;
|
||||
|
||||
|
||||
//母线id
|
||||
private String barId;
|
||||
|
||||
@@ -45,8 +48,16 @@ public class RMpPartHarmonicDetailDTO {
|
||||
@ApiModelProperty(name = "voltageLevel",value = "电压等级")
|
||||
private String voltageLevel;
|
||||
|
||||
//超标天数
|
||||
//超标天数占比
|
||||
private Double overLimitrate;
|
||||
//超标天数
|
||||
private Integer overLimitDay;
|
||||
//连续超标天数
|
||||
private Integer overLimitContinuous;
|
||||
//预警标志
|
||||
private Integer warningFlag;
|
||||
//告警标志
|
||||
private Integer alarmFlag;
|
||||
|
||||
|
||||
/*当月超标日期
|
||||
|
||||
Reference in New Issue
Block a user