1.冀北电网一张图,区域终端统计,监测点分布统计修改
This commit is contained in:
@@ -105,4 +105,26 @@ public class GridDiagramVO {
|
||||
private Float outOfStandardRate;
|
||||
|
||||
}
|
||||
|
||||
@Data
|
||||
public static class DevData {
|
||||
|
||||
@ApiModelProperty(name = "orgId", value = "单位id")
|
||||
private String orgId;
|
||||
|
||||
@ApiModelProperty(name = "orgName", value = "单位名称")
|
||||
private String orgName;
|
||||
|
||||
@ApiModelProperty(name = "onLineRate", value = "运行个数")
|
||||
private Long runNum;
|
||||
|
||||
@ApiModelProperty(name = "integrityRate", value = "检修个数")
|
||||
private Long overhaulNum;
|
||||
|
||||
@ApiModelProperty(name = "outOfStandardRate", value = "退役个数")
|
||||
private Long refundNum;
|
||||
|
||||
@ApiModelProperty(name = "onLineRate", value = "数据在线率")
|
||||
private Float onLineRate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user