From 42521c9b51c1bd9a40036f18fd610cd46601222d Mon Sep 17 00:00:00 2001 From: yanghui <2536613402@qq.com> Date: 星期一, 28 十一月 2022 14:45:22 +0800 Subject: [PATCH] #feat . --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/ConvenientMerchantVO.java | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/ConvenientMerchantVO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/ConvenientMerchantVO.java index 6bdb56f..087b9ee 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/ConvenientMerchantVO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/ConvenientMerchantVO.java @@ -1,5 +1,6 @@ package com.panzhihua.common.model.vos.community.convenient; +import java.math.BigDecimal; import java.util.Date; import java.util.List; @@ -106,6 +107,24 @@ @ApiModelProperty("该商家存有商品,最多返回两条") private List<ConvenientProductVO> productVOList; + @ApiModelProperty("服务范围") + private Integer serviceRange; + + @ApiModelProperty("手机号") + private String mobilePhone; + + @ApiModelProperty("店铺销量") + private Integer sale; + + @ApiModelProperty("店铺销售额") + private BigDecimal saleVolume; + + @ApiModelProperty("详细地址") + private String detailedAddress; + + @ApiModelProperty("商家评分") + private BigDecimal score; + public void setPeriod(String period) { this.period = MerchantBusinessPeriod.valueOf(period); } -- Gitblit v1.7.1