yujian
2019-07-11 21f2f635fefa3dcfd38f364c2a9d50c54360899c
fanli/src/main/java/com/yeshi/fanli/entity/jd/JDGoods.java
@@ -28,6 +28,7 @@
   private JDShopInfo shopInfo;// 店铺信息
   private Long skuId;// 商品ID
   private String skuName;// 商品名称
   private String picUrl;// 商品图片
   private Integer isHot;// 是否爆款,1:是,0:否
   private Long spuid;// spuid,其值为同款商品的主skuid
   private String brandCode;// 品牌code
@@ -35,6 +36,7 @@
   private String owner;// g=自营,p=pop
   private JDPingouInfo pinGouInfo;// 拼购信息
   private Long totalCount;// 有效商品总数量
   private String picUrl;
   public JDCategoryInfo getCategoryInfo() {
      return categoryInfo;
@@ -187,4 +189,12 @@
   public void setTotalCount(Long totalCount) {
      this.totalCount = totalCount;
   }
   public String getPicUrl() {
      return picUrl;
   }
   public void setPicUrl(String picUrl) {
      this.picUrl = picUrl;
   }
}