From 9967ee263f35bbc1a997e212fb0cd1a7ab6b1d91 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 16 Oct 2023 10:04:26 +0800 Subject: [PATCH] 一个商品领取一张卷, --- 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