| | |
| | | */ |
| | | private String carPhoto; |
| | | /** |
| | | * 保险照片 |
| | | */ |
| | | private String insurancePhoto; |
| | | /** |
| | | * 人车合影照片 |
| | | */ |
| | | private String peopleAndCarsPhone; |
| | | /** |
| | | * 车辆类型 |
| | | */ |
| | | private String vehicleType; |
| | |
| | | */ |
| | | @TableField("driverId") |
| | | private Integer driverId; |
| | | /** |
| | | * google车辆id |
| | | */ |
| | | @TableField("vehicleId") |
| | | private String vehicleId; |
| | | |
| | | public Integer getAuthState() { |
| | | return authState; |
| | |
| | | public void setDriverId(Integer driverId) { |
| | | this.driverId = driverId; |
| | | } |
| | | |
| | | |
| | | public String getPeopleAndCarsPhone() { |
| | | return peopleAndCarsPhone; |
| | | } |
| | | |
| | | public void setPeopleAndCarsPhone(String peopleAndCarsPhone) { |
| | | this.peopleAndCarsPhone = peopleAndCarsPhone; |
| | | } |
| | | |
| | | public String getInsurancePhoto() { |
| | | return insurancePhoto; |
| | | } |
| | | |
| | | public void setInsurancePhoto(String insurancePhoto) { |
| | | this.insurancePhoto = insurancePhoto; |
| | | } |
| | | |
| | | public String getVehicleId() { |
| | | return vehicleId; |
| | | } |
| | | |
| | | public void setVehicleId(String vehicleId) { |
| | | this.vehicleId = vehicleId; |
| | | } |
| | | |
| | | @Override |
| | | protected Serializable pkVal() { |
| | | return this.id; |