From 179c4d64313c9b7572778da4aaaf6c6584fe457d Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期二, 20 五月 2025 23:48:08 +0800
Subject: [PATCH] 修改文件上传类型限制

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/ConvenientMerchantVO.java |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 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 eacb605..162b304 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
@@ -93,7 +93,7 @@
     private Integer accountStatus;
 
     @ApiModelProperty("所属社区id")
-    private Long communityId;
+    private String communityId;
 
     @ApiModelProperty("所属社区名称")
     private String communityName;
@@ -102,7 +102,7 @@
     private String serviceScope;
 
     @ApiModelProperty("服务类型id列表")
-    private List<Long> serviceIds;
+    private List<String> serviceIds;
 
     @ApiModelProperty("该商家存有商品,最多返回两条")
     private List<ConvenientProductVO> productVOList;
@@ -119,6 +119,12 @@
     @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