异常数据功能调整

This commit is contained in:
2025-07-08 13:49:41 +08:00
parent 4072cc7517
commit 8a353ac9a4
6 changed files with 70 additions and 26 deletions

View File

@@ -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分钟
*/

View File

@@ -16,6 +16,8 @@ public class DetailAbnormalVO {
private String monitorName;
private String bdName;
private String timeSum;
private String errCount;