| | |
| | | */ |
| | | private Integer oldOrderId; |
| | | |
| | | |
| | | private Integer abnormalStatus; |
| | | |
| | | private BigDecimal responsibilityMoney; |
| | | |
| | | private Date recoveryOrderCreateDate; |
| | | |
| | | private Date payTime; |
| | | |
| | | |
| | | public Date getSuccessTime() { |
| | | return successTime; |
| | | } |
| | |
| | | this.oldOrderId = oldOrderId; |
| | | } |
| | | |
| | | public Integer getAbnormalStatus() { |
| | | return abnormalStatus; |
| | | } |
| | | |
| | | public void setAbnormalStatus(Integer abnormalStatus) { |
| | | this.abnormalStatus = abnormalStatus; |
| | | } |
| | | |
| | | public BigDecimal getResponsibilityMoney() { |
| | | return responsibilityMoney; |
| | | } |
| | | |
| | | public void setResponsibilityMoney(BigDecimal responsibilityMoney) { |
| | | this.responsibilityMoney = responsibilityMoney; |
| | | } |
| | | |
| | | public Date getRecoveryOrderCreateDate() { |
| | | return recoveryOrderCreateDate; |
| | | } |
| | | |
| | | public void setRecoveryOrderCreateDate(Date recoveryOrderCreateDate) { |
| | | this.recoveryOrderCreateDate = recoveryOrderCreateDate; |
| | | } |
| | | |
| | | public Date getPayTime() { |
| | | return payTime; |
| | | } |
| | | |
| | | public void setPayTime(Date payTime) { |
| | | this.payTime = payTime; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "OrderTaxi{" + |