| | |
| | | package com.yeshi.fanli.entity.jd;
|
| | |
|
| | | import java.io.Serializable;
|
| | | import java.math.BigDecimal;
|
| | | import java.util.List;
|
| | |
|
| | |
| | | * @author Administrator
|
| | | *
|
| | | */
|
| | | public class JDGoods {
|
| | | public class JDGoods implements Serializable{
|
| | | /**
|
| | | * |
| | | */
|
| | | private static final long serialVersionUID = 1L; |
| | | private JDCategoryInfo categoryInfo;// 类目信息
|
| | | private Long comments;// 评论数
|
| | | private JDCommissionInfo commissionInfo;// 佣金信息
|
| | |
| | | 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
|
| | |
| | | private String owner;// g=自营,p=pop
|
| | | private JDPingouInfo pinGouInfo;// 拼购信息
|
| | | private Long totalCount;// 有效商品总数量
|
| | | private String picUrl;
|
| | | private Integer isFreeShipping; // 是否包邮(1:是,0:否,2:自营商品遵从主站包邮规则)
|
| | | |
| | |
|
| | | public JDCategoryInfo getCategoryInfo() {
|
| | | return categoryInfo;
|
| | |
| | | public void setPicUrl(String picUrl) {
|
| | | this.picUrl = picUrl;
|
| | | }
|
| | |
|
| | | public Integer getIsFreeShipping() {
|
| | | return isFreeShipping;
|
| | | }
|
| | |
|
| | | public void setIsFreeShipping(Integer isFreeShipping) {
|
| | | this.isFreeShipping = isFreeShipping;
|
| | | }
|
| | | }
|