From 51a4ff5d777028d52a19c314a99f796334cb7b51 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 23 十一月 2019 18:30:01 +0800
Subject: [PATCH] 配置文件修改

---
 fanli/src/main/java/com/yeshi/fanli/vo/goods/ShopInfoVO.java |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/goods/ShopInfoVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/goods/ShopInfoVO.java
index 2bdb535..754ef1a 100644
--- a/fanli/src/main/java/com/yeshi/fanli/vo/goods/ShopInfoVO.java
+++ b/fanli/src/main/java/com/yeshi/fanli/vo/goods/ShopInfoVO.java
@@ -40,8 +40,18 @@
 
 	@Expose
 	private BigDecimal goodRatePercentage;// 濂借瘎鐜�
+	
 	@Expose
 	private String shopLink; // 搴楅摵閾炬帴
+	
+	@Expose
+	private BigDecimal scoreGoodsD;// 涓庤涓氬钩鍧囧垎鐨勫樊鍊�
+	
+	@Expose
+	private BigDecimal scoreSellerD;
+	
+	@Expose
+	private BigDecimal scoreLogisticsD;
 
 	public String getId() {
 		return id;
@@ -115,4 +125,31 @@
 		this.shopLink = shopLink;
 	}
 
+	public BigDecimal getScoreGoodsD() {
+		return scoreGoodsD;
+	}
+
+	public void setScoreGoodsD(BigDecimal scoreGoodsD) {
+		this.scoreGoodsD = scoreGoodsD;
+	}
+
+	public BigDecimal getScoreSellerD() {
+		return scoreSellerD;
+	}
+
+	public void setScoreSellerD(BigDecimal scoreSellerD) {
+		this.scoreSellerD = scoreSellerD;
+	}
+
+	public BigDecimal getScoreLogisticsD() {
+		return scoreLogisticsD;
+	}
+
+	public void setScoreLogisticsD(BigDecimal scoreLogisticsD) {
+		this.scoreLogisticsD = scoreLogisticsD;
+	}
+
+	public static long getSerialversionuid() {
+		return serialVersionUID;
+	}
 }

--
Gitblit v1.8.0