| | |
| | | */ |
| | | private String passengersPhone; |
| | | /** |
| | | * 联系人电话 |
| | | */ |
| | | private String contactPersonPhone; |
| | | /** |
| | | * 备注 |
| | | */ |
| | | private String remark; |
| | |
| | | */ |
| | | private String bindId; |
| | | |
| | | |
| | | private Integer abnormalStatus; |
| | | |
| | | private Integer responsibilityType; |
| | | |
| | | private BigDecimal responsibilityMoney; |
| | | |
| | | public Integer getAbnormalStatus() { |
| | | return abnormalStatus; |
| | | } |
| | | |
| | | public void setAbnormalStatus(Integer abnormalStatus) { |
| | | this.abnormalStatus = abnormalStatus; |
| | | } |
| | | |
| | | public Integer getResponsibilityType() { |
| | | return responsibilityType; |
| | | } |
| | | |
| | | public void setResponsibilityType(Integer responsibilityType) { |
| | | this.responsibilityType = responsibilityType; |
| | | } |
| | | |
| | | public BigDecimal getResponsibilityMoney() { |
| | | return responsibilityMoney; |
| | | } |
| | | |
| | | public void setResponsibilityMoney(BigDecimal responsibilityMoney) { |
| | | this.responsibilityMoney = responsibilityMoney; |
| | | } |
| | | |
| | | public String getAbnormalRemark() { |
| | | return abnormalRemark; |
| | | } |
| | | |
| | | public void setAbnormalRemark(String abnormalRemark) { |
| | | this.abnormalRemark = abnormalRemark; |
| | | } |
| | | |
| | | private String abnormalRemark; |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | |
| | | this.bindId = bindId; |
| | | } |
| | | |
| | | public String getContactPersonPhone() { |
| | | return contactPersonPhone; |
| | | } |
| | | |
| | | public void setContactPersonPhone(String contactPersonPhone) { |
| | | this.contactPersonPhone = contactPersonPhone; |
| | | } |
| | | |
| | | @Override |
| | | protected Serializable pkVal() { |
| | | return this.id; |