From 6f1b3a83e85c4ad2b8fdfd090abef8b48f27574d Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 20 Sep 2022 11:14:35 +0800 Subject: [PATCH] 20220902 --- src/main/java/cc/mrbird/febs/mall/vo/ApiLeaderListVo.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/mall/vo/ApiLeaderListVo.java b/src/main/java/cc/mrbird/febs/mall/vo/ApiLeaderListVo.java index abf9e85..41f8d26 100644 --- a/src/main/java/cc/mrbird/febs/mall/vo/ApiLeaderListVo.java +++ b/src/main/java/cc/mrbird/febs/mall/vo/ApiLeaderListVo.java @@ -4,6 +4,8 @@ import io.swagger.annotations.ApiModelProperty; import lombok.Data; +import java.util.List; + @Data @ApiModel(value = "AdminMallTeamLeaderVo", description = "信息返回类") public class ApiLeaderListVo { @@ -47,4 +49,7 @@ @ApiModelProperty(value = "纬度") private Double latitude; + + @ApiModelProperty(value = "经纬度坐标") + private String longlatiarr; } -- Gitblit v1.9.1