| | |
| | | @ApiModelProperty(value = "ID", hidden = false, example = "1") |
| | | private Long id; |
| | | |
| | | @NotNull() @Max(9223372036854775807L) |
| | | @Max(9223372036854775807L) |
| | | @ApiModelProperty(value = "所属组织ID", hidden = false, example = "1") |
| | | private Long socialOrgId; |
| | | |
| | | @NotBlank() @Length(max=32) |
| | | @Length(max=32) |
| | | @ApiModelProperty(value = "姓名", hidden = false, example = "") |
| | | private String name; |
| | | |
| | | @NotBlank() @Length(max=32) |
| | | @Length(max=32) |
| | | @ApiModelProperty(value = "联系电话", hidden = false, example = "") |
| | | private String telephone; |
| | | |
| | |
| | | * 分类id |
| | | */ |
| | | @ApiModelProperty(value = "分类id") |
| | | private Long skillType; |
| | | private String skillType; |
| | | |
| | | /** |
| | | * 入职时间 |
| | | */ |
| | | @ApiModelProperty(value = "入职时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date joinTime; |
| | | |
| | | /** |
| | |
| | | @ApiModelProperty(value = "是否证件 0否 1是") |
| | | private Integer credential; |
| | | |
| | | private Integer age; |
| | | |
| | | } |