From 8b3ef26b10d1dced4408dee62cc1a18f72205cd0 Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期三, 25 九月 2019 14:57:16 +0800
Subject: [PATCH] 品牌加入搜索关键词

---
 fanli/src/main/java/com/yeshi/fanli/entity/brand/BrandInfo.java |   11 +++++++++++
 1 files changed, 11 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..1798e95 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,9 @@
 	@Column(name = "bf_name")
 	private String name; // 鍝佺墝鍚嶇О
 	
+	@Column(name = "bf_search_key")
+	private String searchKey; // 鎼滅储璇�
+	
 	@Expose
 	@Column(name = "bf_icon")
 	private String icon; // 鍝佺墝logo
@@ -130,4 +133,12 @@
 	public void setGoodsTotal(Integer goodsTotal) {
 		this.goodsTotal = goodsTotal;
 	}
+
+	public String getSearchKey() {
+		return searchKey;
+	}
+
+	public void setSearchKey(String searchKey) {
+		this.searchKey = searchKey;
+	}
 }
\ No newline at end of file

--
Gitblit v1.8.0