添加跳转路径

This commit is contained in:
huangzj
2023-10-23 10:44:13 +08:00
parent bde6831340
commit 9e02070967
2 changed files with 25 additions and 0 deletions

View File

@@ -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;
}
}