This commit is contained in:
wr
2025-05-09 10:40:51 +08:00
parent 5b0c5f34b2
commit aabb668734
2 changed files with 6 additions and 2 deletions

View File

@@ -162,4 +162,10 @@ public class LineVO implements Serializable {
*/
@ApiModelProperty(name = "superiorsSubstation",value = "上级电站")
private String superiorsSubstation;
/**
* 监测点实际安装位置
*/
private String actualArea;
}