From e986bd63309fba70f7f3cfaf70aadec46220917b Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期四, 30 三月 2023 20:06:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EventVO.java |   20 ++++++++++++++++++++
 1 files changed, 20 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 e474676..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
@@ -1,10 +1,22 @@
 package com.ycl.vo.cockpit.enforcementEvents;
 
+import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
 @Data
+@ApiModel(value = "浜嬩欢")
 public class EventVO {
+
+    @ApiModelProperty(value = "浜嬩欢缁忓害")
+    private String longitude;
+    @ApiModelProperty(value = "浜嬩欢绾害")
+    private String latitude;
+    @ApiModelProperty(value = "浜嬩欢绫诲瀷")
+    private String type;
+
+    @ApiModelProperty(value = "鍛婅璁惧")
+    private String alarmAdvice;
     @ApiModelProperty(value = "浜嬩欢鎻忚堪")
     private String description;
     @ApiModelProperty(value = "浜嬪彂鍦扮偣")
@@ -17,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