admin
2019-11-23 51a4ff5d777028d52a19c314a99f796334cb7b51
fanli/src/main/java/com/yeshi/fanli/entity/taobao/TaoBaoShop.java
@@ -28,7 +28,7 @@
   
   @Expose
   @Column(name = "tsi_user_type")
   private Integer userType;// 用户类型 0-淘宝 1-天猫
   private Integer userType;// 用户类型 0-淘宝 1-天猫
   
   @Expose
   @Column(name = "tsi_shop_id")
@@ -68,9 +68,11 @@
   @Column(name = "tsi_score_goods_d")
   private BigDecimal scoreGoodsD;// 与行业平均分的差值
   
   @Expose
   @Column(name = "tsi_score_seller_d")
   private BigDecimal scoreSellerD;
   
   @Expose
   @Column(name = "tsi_score_logistics_d")
   private BigDecimal scoreLogisticsD;