| | |
| | | @TableField("drivingLicensePhoto") |
| | | private String drivingLicensePhoto; |
| | | /** |
| | | * 行驶证到期时间 |
| | | */ |
| | | @TableField("drivingLicenseEndTime") |
| | | private Date drivingLicenseEndTime; |
| | | /** |
| | | * 年检到期时间 |
| | | */ |
| | | @TableField("annualInspectionTime") |
| | |
| | | */ |
| | | @TableField("commercialInsuranceTime") |
| | | private Date commercialInsuranceTime; |
| | | /** |
| | | * 人车合影照片 |
| | | */ |
| | | @TableField("peopleAndCarsPhone") |
| | | private String peopleAndCarsPhone; |
| | | /** |
| | | * 添加时间 |
| | | */ |
| | |
| | | return commercialInsuranceTime; |
| | | } |
| | | |
| | | public String getPeopleAndCarsPhone() { |
| | | return peopleAndCarsPhone; |
| | | } |
| | | |
| | | public void setPeopleAndCarsPhone(String peopleAndCarsPhone) { |
| | | this.peopleAndCarsPhone = peopleAndCarsPhone; |
| | | } |
| | | |
| | | public void setCommercialInsuranceTime(Date commercialInsuranceTime) { |
| | | this.commercialInsuranceTime = commercialInsuranceTime; |
| | | } |
| | |
| | | this.addObjectId = addObjectId; |
| | | } |
| | | |
| | | public Date getDrivingLicenseEndTime() { |
| | | return drivingLicenseEndTime; |
| | | } |
| | | |
| | | public void setDrivingLicenseEndTime(Date drivingLicenseEndTime) { |
| | | this.drivingLicenseEndTime = drivingLicenseEndTime; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "Car{" + |