| | |
| | | @ExcelColumn(name = "手机号", index = 3, width = 12) |
| | | private String telephone; |
| | | |
| | | @ApiModelProperty(value = "性别:1=男;2=女", example = "1") |
| | | @ApiModelProperty(value = "性别:1=男;2=女;", example = "1") |
| | | @TableField(exist = false) |
| | | @ExcelColumn(name = "性别", index = 2, width = 6, valueMapping = "1=男;2=女") |
| | | @ExcelColumn(name = "性别", index = 2, width = 6, valueMapping = "1=男;2=女") |
| | | private Integer gender; |
| | | |
| | | @ApiModelProperty(value = "身份证号码") |
| | |
| | | private Date cardEndDate; |
| | | |
| | | @ApiModelProperty(value = "司机状态:0=启用;1=禁用;", example = "0") |
| | | @ExcelColumn(name = "状态", index = 8, width = 8, valueMapping = "0=启用;1=禁用;") |
| | | @ExcelColumn(name = "状态", index = 8, width = 8, valueMapping = "0=启用;1=禁用;") |
| | | private Integer status; |
| | | |
| | | @ApiModelProperty(value = "审批状态:0=待审批;1=审批通过;2=审批驳回;3=已支付押金;99=未认证;", example = "0") |
| | | @ExcelColumn(name = "审批状态", index = 9, width = 10, valueMapping = "审批状态:0=待审批;1=审批通过;2=审批驳回;3=已支付押金;99=未认证;") |
| | | @ExcelColumn(name = "审批状态", index = 9, width = 10, valueMapping = "0=待审批;1=审批通过;2=审批驳回;3=已支付押金;99=未认证;") |
| | | private Integer auditStatus; |
| | | |
| | | @ApiModelProperty(value = "OPENID(APP)") |