From bd8147d7890bf60d88e4007c1af726ba5f364cf5 Mon Sep 17 00:00:00 2001 From: baizonghao <1719256278@qq.com> Date: 星期二, 14 三月 2023 11:24:31 +0800 Subject: [PATCH] 拼接地址 --- ycl-platform/src/main/java/com/ycl/vo/cockpit/enforcementEvents/EventVO.java | 11 +++++++++++ 1 files changed, 11 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..8b21831 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,21 @@ 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 = "浜嬪彂鍦扮偣") -- Gitblit v1.8.0