Pu Zhibing
2025-03-12 f3839fff3c7da7f1942cfad520cfe393def35a04
ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/TCar.java
@@ -60,6 +60,14 @@
     */
    private String carPhoto;
    /**
     * 保险照片
     */
    private String insurancePhoto;
    /**
     * 人车合影照片
     */
    private String peopleAndCarsPhone;
    /**
     * 车辆类型
     */
    private String vehicleType;
@@ -190,6 +198,11 @@
     */
    @TableField("driverId")
    private Integer driverId;
    /**
     * google车辆id
     */
    @TableField("vehicleId")
    private String vehicleId;
    public Integer getAuthState() {
        return authState;
@@ -534,7 +547,31 @@
    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;