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; } }