From 8b2191df2f7d94aa299bd43dcbe97c94e5a61bbd Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 20 十一月 2019 14:53:34 +0800
Subject: [PATCH] RocketMQ的消息整改

---
 fanli/src/main/java/com/yeshi/fanli/entity/brand/BrandInfo.java |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/brand/BrandInfo.java b/fanli/src/main/java/com/yeshi/fanli/entity/brand/BrandInfo.java
index 0b31691..cf48d09 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/brand/BrandInfo.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/brand/BrandInfo.java
@@ -30,6 +30,12 @@
 	@Column(name = "bf_name")
 	private String name; // 鍝佺墝鍚嶇О
 	
+	@Column(name = "bf_shop_key")
+	private String shopKey; // 搴楅摵鍖归厤璇�
+	
+	@Column(name = "bf_search_key")
+	private String searchKey; // 鎼滅储璇�
+	
 	@Expose
 	@Column(name = "bf_icon")
 	private String icon; // 鍝佺墝logo
@@ -130,4 +136,20 @@
 	public void setGoodsTotal(Integer goodsTotal) {
 		this.goodsTotal = goodsTotal;
 	}
+
+	public String getSearchKey() {
+		return searchKey;
+	}
+
+	public void setSearchKey(String searchKey) {
+		this.searchKey = searchKey;
+	}
+
+	public String getShopKey() {
+		return shopKey;
+	}
+
+	public void setShopKey(String shopKey) {
+		this.shopKey = shopKey;
+	}
 }
\ No newline at end of file

--
Gitblit v1.8.0