| | |
| | | /**
|
| | | *
|
| | | */
|
| | | private static final long serialVersionUID = 1L;
|
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | private JDCategoryInfo categoryInfo;// 类目信息
|
| | | private Long comments;// 评论数
|
| | | private JDCommissionInfo commissionInfo;// 佣金信息
|
| | |
| | | private Long totalCount;// 有效商品总数量
|
| | | private Integer isFreeShipping; // 是否包邮(1:是,0:否,2:自营商品遵从主站包邮规则)
|
| | |
|
| | |
|
| | | private BigDecimal commissionPlus;// 佣金比例 : 京东plus会员 |
| | | |
| | | public JDCategoryInfo getCategoryInfo() {
|
| | | return categoryInfo;
|
| | | }
|
| | |
| | | public void setIsFreeShipping(Integer isFreeShipping) {
|
| | | this.isFreeShipping = isFreeShipping;
|
| | | }
|
| | |
|
| | | public BigDecimal getCommissionPlus() {
|
| | | return commissionPlus;
|
| | | }
|
| | |
|
| | | public void setCommissionPlus(BigDecimal commissionPlus) {
|
| | | this.commissionPlus = commissionPlus;
|
| | | }
|
| | | }
|