admin
2019-11-23 51a4ff5d777028d52a19c314a99f796334cb7b51
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;
   }
}