添加跳转路径
This commit is contained in:
@@ -35,6 +35,12 @@ public class NoticeUserDto implements Serializable {
|
||||
@ApiModelProperty("事件类型 0:暂态事件 1:稳态事件 2:设备事件 3:设备告警")
|
||||
@ParamName("type")
|
||||
private Integer type;
|
||||
@ApiModelProperty("设备告警 /pages/message/report\n" +
|
||||
"运行时间 /pages/message/run\n" +
|
||||
"暂态事件 /pages/message/transient\n" +
|
||||
"稳态越限 /pages/message/steady")
|
||||
@ParamName("path")
|
||||
private String path;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user