| | |
| | | package com.yeshi.fanli.dto.pdd; |
| | | |
| | | import com.google.gson.annotations.SerializedName; |
| | | import com.yeshi.fanli.entity.goods.BaseGoodsInfo; |
| | | |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | | |
| | | import com.google.gson.annotations.SerializedName; |
| | | |
| | | public class PDDGoodsDetail implements Serializable { |
| | | public class PDDGoodsDetail extends BaseGoodsInfo implements Serializable { |
| | | /** |
| | | * |
| | | */ |
| | |
| | | @SerializedName("predict_promotion_rate") |
| | | private BigDecimal predictPromotionRate;//比价的佣金比 |
| | | private Integer state;//状态 1-下线 0-正常 |
| | | @SerializedName("goods_sign") |
| | | private String goodsSign; |
| | | |
| | | |
| | | public BigDecimal getPredictPromotionRate() { |
| | |
| | | this.activityType = activityType; |
| | | } |
| | | |
| | | |
| | | public String getGoodsSign() { |
| | | return goodsSign; |
| | | } |
| | | |
| | | public void setGoodsSign(String goodsSign) { |
| | | this.goodsSign = goodsSign; |
| | | } |
| | | } |