1.监测点稳态报表bug修改

This commit is contained in:
2026-01-05 16:55:47 +08:00
parent f592f2b580
commit 322001150a
8 changed files with 166 additions and 47 deletions

View File

@@ -56,4 +56,9 @@ public class ReportTemplateDTO {
*/
private String value;
/**
* 针对电压下偏差新增的字段
*/
private String lowValue;
}