| | |
| | | @TableField("commercialInsuranceTime") |
| | | private Date commercialInsuranceTime; |
| | | /** |
| | | * 人车合影照片 |
| | | */ |
| | | @TableField("peopleAndCarsPhone") |
| | | private String peopleAndCarsPhone; |
| | | /** |
| | | * 添加时间 |
| | | */ |
| | | @TableField("insertTime") |
| | |
| | | return commercialInsuranceTime; |
| | | } |
| | | |
| | | public String getPeopleAndCarsPhone() { |
| | | return peopleAndCarsPhone; |
| | | } |
| | | |
| | | public void setPeopleAndCarsPhone(String peopleAndCarsPhone) { |
| | | this.peopleAndCarsPhone = peopleAndCarsPhone; |
| | | } |
| | | |
| | | public void setCommercialInsuranceTime(Date commercialInsuranceTime) { |
| | | this.commercialInsuranceTime = commercialInsuranceTime; |
| | | } |