From 3794effa1e9e78e82e81253d6a6d54ad6db89b7e Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期六, 16 十二月 2023 17:07:07 +0800
Subject: [PATCH] 同步accoutId

---
 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