| | |
| | | @TableField("driverLicense") |
| | | private String driverLicense; |
| | | /** |
| | | * 驾驶证初次领证时间 |
| | | */ |
| | | @TableField("firstCertificateTime") |
| | | private Date firstCertificateTime; |
| | | /** |
| | | * 身份证号码 |
| | | */ |
| | | @TableField("idcard") |
| | |
| | | @TableField("balance") |
| | | private Double balance; |
| | | /** |
| | | * 后台充值余额 |
| | | */ |
| | | @TableField("backgroundBalance") |
| | | private Double backgroundBalance; |
| | | /** |
| | | * 审核状态(1=待审核,2=已同意,3=已拒绝) |
| | | */ |
| | | @TableField("approvalStatus") |
| | |
| | | @TableField("integral") |
| | | private Integer integral; |
| | | /** |
| | | * 评分 |
| | | */ |
| | | @TableField("score") |
| | | private Double score; |
| | | /** |
| | | * 状态(1=正常,2=冻结,3=删除) |
| | | */ |
| | | @TableField("status") |
| | | private Integer status; |
| | | /** |
| | | * 启用冻结理由 |
| | | */ |
| | | @TableField("remark") |
| | | private String remark; |
| | | /** |
| | | * 添加时间 |
| | | */ |
| | | @TableField("createTime") |