暂降明细

This commit is contained in:
2023-03-23 16:05:54 +08:00
parent a27f1a6e23
commit f3f3dd9070
2 changed files with 10 additions and 5 deletions

View File

@@ -98,5 +98,9 @@ public class RmpEventDetailVO implements Serializable {
@ApiModelProperty(name = "wavePath",value = "波形路径")
private String wavePath;
@ApiModelProperty(name = "powerStationName",value = "电站名称")
private String powerStationName;
}