| | |
| | | * 身高 |
| | | */ |
| | | @ApiModelProperty(value = "身高") |
| | | private Integer height; |
| | | private String height; |
| | | /** |
| | | * 联系电话 |
| | | */ |
| | |
| | | @TableField("reason_for_leav") |
| | | private String reasonForLeav; |
| | | |
| | | private String holdv; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date holdvtime; |
| | | |
| | | /** |
| | | * 是否缴纳保险 0:是 1:否 |
| | | */ |
| | | private Integer insurance; |
| | | |
| | | /** |
| | | * 审查时间 |
| | | */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @TableField("audit_time") |
| | | private Date auditTime; |
| | | |
| | | } |