1.调整全景稳态统计超标监测点占比

2.优化稳态word报告
This commit is contained in:
wr
2025-12-15 13:32:38 +08:00
parent 65805e4f50
commit 47b08d4797
5 changed files with 114 additions and 10 deletions

View File

@@ -32,6 +32,9 @@ public class EvaluationVo {
@ApiModelProperty("越限占比")
private Double ratio = 3.14159;
@ApiModelProperty("超标监测点数量")
private Integer size=0;
}
}