1.调整污染值监测点逻辑

2.解决devices模块Swagger页面无法展示问题
This commit is contained in:
wr
2026-07-16 17:19:49 +08:00
parent e313894417
commit 16c95aa2f6
6 changed files with 61 additions and 43 deletions

View File

@@ -104,4 +104,9 @@ public class PollutionLineInfoDTO {
* 实际安装位置
*/
private String actualArea;
/**
* 监测点运行状态
*/
private String runFlag;
}