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/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