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 | 36 ++++++++++++++++++++++++++++++++++-- 1 files changed, 34 insertions(+), 2 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 4ab963a..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 @@ -2,13 +2,11 @@ import java.io.Serializable; import java.util.Date; -import java.util.List; import org.yeshi.utils.mybatis.Column; import org.yeshi.utils.mybatis.Table; import com.google.gson.annotations.Expose; -import com.yeshi.fanli.vo.goods.GoodsDetailVO; /** * 鍝佺墝淇℃伅 @@ -32,9 +30,18 @@ @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 + + @Column(name = "bf_goods_total") + private Integer goodsTotal; // 鎷ユ湁鍟嗗搧鏁伴噺 @Column(name = "bf_weight") private Double weight; // 鏉冮噸锛氬�艰秺澶ц秺鍓� @@ -120,4 +127,29 @@ public void setUpdateTime(Date updateTime) { this.updateTime = updateTime; } + + + public Integer getGoodsTotal() { + return goodsTotal; + } + + 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