区域暂态列表优化
This commit is contained in:
@@ -31,16 +31,19 @@ public class TransientParam extends DeviceInfoParam.BusinessParam {
|
||||
|
||||
@ApiModelProperty("暂态幅值最大值")
|
||||
private BigDecimal eventValueMax;
|
||||
|
||||
@ApiModelProperty("暂态幅值最小值")
|
||||
private BigDecimal eventValueMin;
|
||||
|
||||
@ApiModelProperty("持续时间最大值")
|
||||
private Integer persistMax;
|
||||
|
||||
@ApiModelProperty("持续时间最小值")
|
||||
private Integer persistMin;
|
||||
|
||||
@ApiModelProperty("严重度最大值")
|
||||
private BigDecimal severityMax;
|
||||
|
||||
@ApiModelProperty("严重度最小值")
|
||||
private BigDecimal severityMin;
|
||||
|
||||
@@ -55,5 +58,8 @@ public class TransientParam extends DeviceInfoParam.BusinessParam {
|
||||
|
||||
@ApiModelProperty("波形文件")
|
||||
private Integer fileFlag;
|
||||
|
||||
@ApiModelProperty("搜索值")
|
||||
private String searchValue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user