puzhibing
2023-09-09 49ffecc181ee442546864c0eb78ba9be66cede15
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/Car.java
@@ -69,6 +69,11 @@
    @TableField("drivingLicensePhoto")
    private String drivingLicensePhoto;
    /**
     * 行驶证到期时间
     */
    @TableField("drivingLicenseEndTime")
    private Date drivingLicenseEndTime;
    /**
     * 年检到期时间
     */
    @TableField("annualInspectionTime")
@@ -83,6 +88,11 @@
     */
    @TableField("commercialInsuranceTime")
    private Date commercialInsuranceTime;
    /**
     * 人车合影照片
     */
    @TableField("peopleAndCarsPhone")
    private String peopleAndCarsPhone;
    /**
     * 添加时间
     */
@@ -236,6 +246,14 @@
        return commercialInsuranceTime;
    }
    public String getPeopleAndCarsPhone() {
        return peopleAndCarsPhone;
    }
    public void setPeopleAndCarsPhone(String peopleAndCarsPhone) {
        this.peopleAndCarsPhone = peopleAndCarsPhone;
    }
    public void setCommercialInsuranceTime(Date commercialInsuranceTime) {
        this.commercialInsuranceTime = commercialInsuranceTime;
    }
@@ -272,6 +290,14 @@
        this.addObjectId = addObjectId;
    }
    public Date getDrivingLicenseEndTime() {
        return drivingLicenseEndTime;
    }
    public void setDrivingLicenseEndTime(Date drivingLicenseEndTime) {
        this.drivingLicenseEndTime = drivingLicenseEndTime;
    }
    @Override
    public String toString() {
        return "Car{" +