异常数据功能调整
This commit is contained in:
@@ -16,7 +16,9 @@ import java.time.LocalDateTime;
|
||||
@Data
|
||||
@ApiModel
|
||||
public class LineDetailDataVO {
|
||||
|
||||
private String lineId;
|
||||
|
||||
@ApiModelProperty(name = "id",value = "监测点序号")
|
||||
private Integer id;
|
||||
|
||||
@@ -83,6 +85,9 @@ public class LineDetailDataVO {
|
||||
@ApiModelProperty(name = "dealCapacity",value = "用户协议容量(MVA)")
|
||||
private Float dealCapacity;
|
||||
|
||||
@ApiModelProperty(name = "powerFlag",value = "电网标志(0-电网侧;1-非电网侧)")
|
||||
private Integer powerFlag;
|
||||
|
||||
/**
|
||||
* 测量间隔(1-10分钟)
|
||||
*/
|
||||
|
||||
@@ -16,6 +16,8 @@ public class DetailAbnormalVO {
|
||||
|
||||
private String monitorName;
|
||||
|
||||
private String bdName;
|
||||
|
||||
private String timeSum;
|
||||
|
||||
private String errCount;
|
||||
|
||||
Reference in New Issue
Block a user