波形代码提交
This commit is contained in:
@@ -66,6 +66,12 @@ public class PwRmpEventDetailVO implements Serializable {
|
||||
@ApiModelProperty(name = "monitorVoltageLevel",value = "监测点电压等级")
|
||||
private String monitorVoltageLevel;
|
||||
|
||||
/**
|
||||
* 暂时事件ID
|
||||
*/
|
||||
@ApiModelProperty(name = "eventId",value = "暂时事件ID")
|
||||
private String eventId;
|
||||
|
||||
/**
|
||||
* 暂态事件类型
|
||||
*/
|
||||
@@ -91,6 +97,12 @@ public class PwRmpEventDetailVO implements Serializable {
|
||||
@ApiModelProperty(name = "featureAmplitude", value = "特征幅值")
|
||||
private Double featureAmplitude;
|
||||
|
||||
/**
|
||||
* 系统名称
|
||||
*/
|
||||
@ApiModelProperty(name = "系统名称")
|
||||
private String systemType="pms";
|
||||
|
||||
/**
|
||||
* 波形路径
|
||||
*/
|
||||
|
||||
@@ -86,6 +86,12 @@ public class RmpEventDetailVO implements Serializable {
|
||||
@ApiModelProperty(name = "featureAmplitude",value = "特征幅值")
|
||||
private Double featureAmplitude;
|
||||
|
||||
/**
|
||||
* 系统名称
|
||||
*/
|
||||
@ApiModelProperty(name = "系统名称")
|
||||
private String systemType="pms";
|
||||
|
||||
/**
|
||||
* 波形路径
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user