From 50407890b791bb8ba0caf456360fe797bb524ce4 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 20 Feb 2023 11:50:10 +0800 Subject: [PATCH] 支付过期时间24小时, 增加返回商品规格的重量字段 --- 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