fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoBaoShopInfo.java
@@ -19,6 +19,9 @@ private String sellerNick;// 卖家昵称 private String pictureUrl;// 店铺图标 private String shopUrl;// 店铺地址 private String userType;// 店铺类型 1-天猫 0-淘宝() public TaoBaoShopInfo() { @@ -83,4 +86,12 @@ this.shopUrl = shopUrl; } public String getUserType() { return userType; } public void setUserType(String userType) { this.userType = userType; } }