From c555c3d20cfc020bf9cece3146ea32bcc59950f1 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期一, 12 十二月 2022 13:39:26 +0800 Subject: [PATCH] fix: 部门修改状态 --- 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