| | |
| | | // 实际总数量
|
| | | private Integer totalCount;
|
| | | // 实际总付款
|
| | | private BigDecimal totalSettlement;
|
| | | private BigDecimal totalPayment;
|
| | | // 实际总结算
|
| | | private BigDecimal totalSettlement;
|
| | | // 红包类型:
|
| | | private Integer hongBaoType;
|
| | | // 订单总预估奖金
|
| | | private BigDecimal hongBao;
|
| | | // 红包状态
|
| | | private Integer hongBaoState;
|
| | | |
| | |
|
| | | // 1 淘宝 2 天猫
|
| | | @Expose
|
| | | private Integer orderType;
|
| | | // 红包状态
|
| | | @Expose
|
| | | private Integer hongBaoState;
|
| | | // 到账时间
|
| | | @Expose
|
| | | private String hongBaoDate;
|
| | | // 红包类型图片链接
|
| | | @Expose
|
| | | private String hongBaoTypePic;
|
| | | // 订单: 自购 分享 邀请
|
| | | @Expose
|
| | | private String orderOrigin;
|
| | | // 订单状态
|
| | | @Expose
|
| | | private Map<String, String> orderState;
|
| | |
| | | private Map<String, String> hongBaoInfo;
|
| | | // 到账状态
|
| | | @Expose
|
| | | private Map<String, String> accountState;
|
| | | private Map<String, String> accountState;
|
| | | // 创建时间 数字格式
|
| | | @Expose
|
| | | private Long obtainTime;
|
| | |
| | | // 收货时间
|
| | | @Expose
|
| | | private String receiveTime;
|
| | | // 到账时间
|
| | | @Expose
|
| | | private String getTime;
|
| | | // 预计到账时间
|
| | | @Expose
|
| | | private String preGetTime;
|
| | | // 订单下的商品
|
| | | @Expose
|
| | | private List<CommonOrderGoodsVO> listOrderGoods = new ArrayList<CommonOrderGoodsVO>();
|
| | |
| | | this.receiveTime = receiveTime;
|
| | | }
|
| | |
|
| | | public String getGetTime() {
|
| | | return getTime;
|
| | | }
|
| | |
|
| | | public void setGetTime(String getTime) {
|
| | | this.getTime = getTime;
|
| | | }
|
| | |
|
| | | public String getPreGetTime() {
|
| | | return preGetTime;
|
| | | }
|
| | |
|
| | | public void setPreGetTime(String preGetTime) {
|
| | | this.preGetTime = preGetTime;
|
| | | }
|
| | |
|
| | | public List<CommonOrderGoodsVO> getListOrderGoods() {
|
| | | return listOrderGoods;
|
| | |
| | | this.hongBaoTypePic = hongBaoTypePic;
|
| | | }
|
| | |
|
| | | public Map<String, String> getAccountState() {
|
| | | return accountState;
|
| | | }
|
| | |
|
| | | public void setAccountState(Map<String, String> accountState) {
|
| | | this.accountState = accountState;
|
| | | }
|
| | |
|
| | | public Map<String, String> getHongBaoInfo() {
|
| | | return hongBaoInfo;
|
| | | }
|
| | |
| | | this.orderState = orderState;
|
| | | }
|
| | |
|
| | | public String getHongBaoDate() {
|
| | | return hongBaoDate;
|
| | | }
|
| | |
|
| | | public void setHongBaoDate(String hongBaoDate) {
|
| | | this.hongBaoDate = hongBaoDate;
|
| | | }
|
| | |
|
| | |
|
| | | public Integer getOrderType() {
|
| | | return orderType;
|
| | | }
|
| | |
|
| | | public void setOrderType(Integer orderType) {
|
| | | this.orderType = orderType;
|
| | | }
|
| | |
|
| | | public Map<String, String> getAccountState() {
|
| | | return accountState;
|
| | | }
|
| | |
|
| | | public void setAccountState(Map<String, String> accountState) {
|
| | | 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;
|
| | | }
|
| | |
|
| | |
|
| | | }
|