| | |
| | | private BigDecimal goodRatePercentage;// 好评率
|
| | | @Expose
|
| | | private String shopLink; // 店铺链接
|
| | | |
| | | @Expose
|
| | | private BigDecimal scoreGoodsD;// 与行业平均分的差值
|
| | | |
| | | private BigDecimal scoreSellerD;
|
| | | |
| | | private BigDecimal scoreLogisticsD;
|
| | |
|
| | | public String getId() {
|
| | | return id;
|
| | |
| | | this.shopLink = shopLink;
|
| | | }
|
| | |
|
| | | public BigDecimal getScoreGoodsD() {
|
| | | return scoreGoodsD;
|
| | | }
|
| | |
|
| | | public void setScoreGoodsD(BigDecimal scoreGoodsD) {
|
| | | this.scoreGoodsD = scoreGoodsD;
|
| | | }
|
| | |
|
| | | public BigDecimal getScoreSellerD() {
|
| | | return scoreSellerD;
|
| | | }
|
| | |
|
| | | public void setScoreSellerD(BigDecimal scoreSellerD) {
|
| | | this.scoreSellerD = scoreSellerD;
|
| | | }
|
| | |
|
| | | public BigDecimal getScoreLogisticsD() {
|
| | | return scoreLogisticsD;
|
| | | }
|
| | |
|
| | | public void setScoreLogisticsD(BigDecimal scoreLogisticsD) {
|
| | | this.scoreLogisticsD = scoreLogisticsD;
|
| | | }
|
| | |
|
| | | public static long getSerialversionuid() {
|
| | | return serialVersionUID;
|
| | | }
|
| | | }
|