From 3da01b2a6cf247f90aed86fc37d8cb0ab51a4b4c Mon Sep 17 00:00:00 2001 From: yanghui <2536613402@qq.com> Date: 星期二, 29 十一月 2022 15:58:02 +0800 Subject: [PATCH] #feat . --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/ConvenientElevatingPointVO.java | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/ConvenientElevatingPointVO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/ConvenientElevatingPointVO.java index dda775c..d368743 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/ConvenientElevatingPointVO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/ConvenientElevatingPointVO.java @@ -30,7 +30,7 @@ * 社区id */ @ApiModelProperty("社区id") - private Long communityId; + private String communityId; /** * 社区名称 */ @@ -86,4 +86,25 @@ */ @ApiModelProperty("已提货数量") private Long alreadyGoodsNum; + + /** + * 距离手机定位距离 + */ + @ApiModelProperty("距离手机定位距离") + private Double distance; + + /** + * 配送订单数量 + */ + @ApiModelProperty(value = "配送订单数量") + private Integer deliveryOrderNum; + + /** + * 配送商品数量 + */ + @ApiModelProperty(value = "配送商品数量") + private Integer deliveryGoodsNum; + + @ApiModelProperty(value = "提货点详细地址") + private String detailAddress; } -- Gitblit v1.7.1