更新监测点时新增新能源站字段
This commit is contained in:
@@ -22,6 +22,9 @@ public class VoltageRideThroughQueryParam extends BaseParam {
|
||||
@NotBlank(message = "新能源场站不能为空")
|
||||
private String type;
|
||||
|
||||
@ApiModelProperty("1:高电压次数,2:低电压次数")
|
||||
private String frequencyType;
|
||||
|
||||
@ApiModelProperty("监测点集合(用于后端使用)")
|
||||
private List<String> lineIds;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user