From 5ff5e014c901243127a32e1e8f9fd37957770956 Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期一, 06 三月 2023 18:55:20 +0800
Subject: [PATCH] 上传图片接口地址
---
ycl-platform/src/main/java/com/ycl/vo/TrendVo.java | 8 +++++++-
1 files changed, 7 insertions(+), 1 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 fa9ccd9..ba1c6ee 100644
--- a/ycl-platform/src/main/java/com/ycl/vo/TrendVo.java
+++ b/ycl-platform/src/main/java/com/ycl/vo/TrendVo.java
@@ -18,7 +18,7 @@
private String name;
@ApiModelProperty(value = "鎶ヨ鏁伴噺")
- private String count;
+ private Long count;
@ApiModelProperty(value = "鎶ヨ鏃ユ湡")
private String dateTime;
@@ -26,4 +26,10 @@
@ApiModelProperty(value = "鎶ヨ鍦板潃")
private String address;
+ @ApiModelProperty(value = "缁忓害")
+ private String longitude;
+
+ @ApiModelProperty(value = "绾害")
+ private String latitude;
+
}
--
Gitblit v1.8.0