yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
fanli/src/main/java/com/yeshi/fanli/dto/pdd/PDDGoodsDetail.java
@@ -1,10 +1,17 @@
package com.yeshi.fanli.dto.pdd;
import java.io.Serializable;
import java.math.BigDecimal;
import com.google.gson.annotations.SerializedName;
public class PDDGoodsDetail {
public class PDDGoodsDetail implements Serializable {
   /**
    *
    */
   private static final long serialVersionUID = 1L;
   @SerializedName("goods_id")
   private Long goodsId;// 商品id
   @SerializedName("has_mall_coupon")
@@ -98,8 +105,27 @@
   private String salesTip;// 模糊销量
   @SerializedName("activity_type")
   private Integer activityType;// 活动类型,0-无活动;1-秒杀;3-限量折扣;12-限时折扣;13-大促活动;14-名品折扣;15-品牌清仓;16-食品超市;17-一元幸运团;18-爱逛街;19-时尚穿搭;20-男人帮;21-9块9;22-竞价活动;23-榜单活动;24-幸运半价购;25-定金预售;26-幸运人气购;27-特色主题活动;28-断码清仓;29-一元话费;30-电器城;31-每日好店;32-品牌卡;101-大促搜索池;102-大促品类分会场;
   @SerializedName("mall_id")
   private Long mallId;//店铺ID
   // mall_id:4217177,cps_sign:null,cat_id:null mall_rate:10
   private Integer state;//状态  1-下线  0-正常
   public Integer getState() {
      return state;
   }
   public void setState(Integer state) {
      this.state = state;
   }
   public Long getMallId() {
      return mallId;
   }
   public void setMallId(Long mallId) {
      this.mallId = mallId;
   }
   public Long getGoodsId() {
      return goodsId;