From c68a46c7b29a7f5a21a76ea5e230cd140c2694d8 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 19 四月 2023 17:28:44 +0800
Subject: [PATCH] 获取图片将时间有效期参数过滤掉

---
 ycl-platform/src/main/java/com/ycl/vo/TrendVo.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/vo/TrendVo.java b/ycl-platform/src/main/java/com/ycl/vo/TrendVo.java
index 44fa666..ba1c6ee 100644
--- a/ycl-platform/src/main/java/com/ycl/vo/TrendVo.java
+++ b/ycl-platform/src/main/java/com/ycl/vo/TrendVo.java
@@ -26,4 +26,10 @@
     @ApiModelProperty(value = "鎶ヨ鍦板潃")
     private String address;
 
+    @ApiModelProperty(value = "缁忓害")
+    private String longitude;
+
+    @ApiModelProperty(value = "绾害")
+    private String latitude;
+
 }

--
Gitblit v1.8.0