From 5d966148548e8d144d565ebf9fdf253aa268b52a Mon Sep 17 00:00:00 2001 From: baizonghao <1719256278@qq.com> Date: 星期三, 10 五月 2023 18:46:00 +0800 Subject: [PATCH] redis密码更新 --- ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EventVO.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EventVO.java b/ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EventVO.java index 8b21831..80e0cdf 100644 --- a/ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EventVO.java +++ b/ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EventVO.java @@ -14,6 +14,7 @@ private String latitude; @ApiModelProperty(value = "浜嬩欢绫诲瀷") private String type; + @ApiModelProperty(value = "鍛婅璁惧") private String alarmAdvice; @ApiModelProperty(value = "浜嬩欢鎻忚堪") @@ -28,4 +29,12 @@ private String picture; @ApiModelProperty(value = "鏉ユ簮") private String source; + + @ApiModelProperty(value = "澶勭疆鐘舵��") + private String status; + + + @ApiModelProperty(value = "浜嬩欢绛夌骇") + private String grade; + } -- Gitblit v1.8.0