From 09c716a16d02ddb06df2bc2af5e588128bc7fdb4 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期二, 05 十一月 2019 11:30:41 +0800 Subject: [PATCH] 品牌接口恢复 --- fanli/src/main/java/com/yeshi/fanli/entity/brand/BrandInfo.java | 25 +++++++++++++++++++++++-- 1 files changed, 23 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..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 @@ -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,15 @@ @Column(name = "bf_name") private String name; // 鍝佺墝鍚嶇О + @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 +124,21 @@ 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; + } } \ No newline at end of file -- Gitblit v1.8.0