| | |
| | | // 实际总数量
|
| | | private Integer totalCount;
|
| | | // 实际总付款
|
| | | private BigDecimal totalSettlement;
|
| | | private BigDecimal totalPayment;
|
| | | // 实际总结算
|
| | | private BigDecimal totalSettlement;
|
| | | // 红包类型:
|
| | | private Integer hongBaoType;
|
| | | // 订单总预估奖金
|
| | | private BigDecimal hongBao;
|
| | |
|
| | | // 订单状态 1 淘宝 2 天猫
|
| | | // 1 淘宝 2 天猫
|
| | | @Expose
|
| | | private Integer orderType;
|
| | | // 红包状态
|
| | |
| | | // 红包类型图片链接
|
| | | @Expose
|
| | | private String hongBaoTypePic;
|
| | | // 订单: 自购 分享 邀请
|
| | | @Expose
|
| | | private String orderOrigin;
|
| | | // 订单状态
|
| | | @Expose
|
| | | private Map<String, String> orderState;
|
| | |
| | | this.accountState = accountState;
|
| | | }
|
| | |
|
| | | public String getOrderOrigin() {
|
| | | return orderOrigin;
|
| | | }
|
| | |
|
| | | public void setOrderOrigin(String orderOrigin) {
|
| | | this.orderOrigin = orderOrigin;
|
| | | }
|
| | |
|
| | | public BigDecimal getTotalPayment() {
|
| | | return totalPayment;
|
| | | }
|
| | |
|
| | | public void setTotalPayment(BigDecimal totalPayment) {
|
| | | this.totalPayment = totalPayment;
|
| | | }
|
| | |
|
| | |
|
| | | }
|