From bc2da7908a227c09e5cc7b6d8dab3e9c94b784a1 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 12 十二月 2023 22:18:18 +0800 Subject: [PATCH] 图片压缩及bug修改 --- 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