谐波监测-区域:稳态合格率统计和稳态超标占比
This commit is contained in:
@@ -128,4 +128,15 @@ public class MonitorOverLimitVO {
|
||||
@ApiModelProperty("监测点编号")
|
||||
private String monitorNumber;
|
||||
|
||||
@Data
|
||||
public static class DataVO {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@ApiModelProperty("日期")
|
||||
private String time;
|
||||
|
||||
@ApiModelProperty("数据")
|
||||
private Double data;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user