1.pms3.0主网基准水平和统计报表代码调整
This commit is contained in:
@@ -40,5 +40,25 @@ public class RStatEventMVO {
|
||||
@ApiModelProperty(value = "累计发生暂态监测点数占比")
|
||||
private Float eventMeasurementRatioAccrued;
|
||||
|
||||
@Data
|
||||
public static class Vo{
|
||||
|
||||
@ApiModelProperty(value = "单位id")
|
||||
private String orgId;
|
||||
|
||||
@ApiModelProperty(value = "单位名称")
|
||||
private String orgName;
|
||||
|
||||
@ApiModelProperty(value = "指标类型")
|
||||
private String eventType;
|
||||
|
||||
@ApiModelProperty(value = "暂降发生次数")
|
||||
private Integer eventCount;
|
||||
|
||||
@ApiModelProperty(value = "暂升发生次数")
|
||||
private Integer riseCount;
|
||||
|
||||
@ApiModelProperty(value = "短时中断次数")
|
||||
private Integer interruptCount;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user