admin
2019-07-11 3824cbcaec6e6c67418d5280a53e9c2fedeef6f9
fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoBaoShop.java
@@ -85,6 +85,9 @@
   @Column(name = "tsi_shop_link")
   private String shopLink; // 店铺链接
   
   @Column(name = "tsi_key")
   private String key; // 关键词
   
   public TaoBaoShop() {}
   
@@ -230,4 +233,12 @@
      this.shopNameCustom = shopNameCustom;
   }
   public String getKey() {
      return key;
   }
   public void setKey(String key) {
      this.key = key;
   }
}