| | |
| | | private Integer age; |
| | | |
| | | @ApiModelProperty("职位") |
| | | @NotBlank(groups = {AddGroup.class},message = "电话不能为空") |
| | | @NotBlank(groups = {AddGroup.class},message = "职位不能为空") |
| | | private String position; |
| | | |
| | | @ApiModelProperty("职位2") |
| | | private String position_two; |
| | | |
| | | @ApiModelProperty("岗位职责") |
| | | @NotBlank(groups = {AddGroup.class},message = "岗位职责不能为空") |
| | | private String jobResponsibilities; |
| | |
| | | /** |
| | | * 电话 |
| | | */ |
| | | private String phone; |
| | | private String phone; |
| | | |
| | | /** |
| | | /** |
| | | * 是否注册 |
| | | */ |
| | | private Integer isReg; |
| | | private Integer isReg; |
| | | |
| | | /** |
| | | /** |
| | | * 姓名 |
| | | */ |
| | | private String name; |
| | | private String name; |
| | | |
| | | /** |
| | | /** |
| | | * 性别 |
| | | */ |
| | | private Integer sex; |
| | | private Integer sex; |
| | | |
| | | /** |
| | | /** |
| | | * 出生日期 |
| | | */ |
| | | private Date birthTime; |
| | | private Date birthTime; |
| | | |
| | | /** |
| | | /** |
| | | * 职位 |
| | | */ |
| | | private String position; |
| | | private String position; |
| | | |
| | | /** |
| | | /** |
| | | * 职位2 |
| | | */ |
| | | private String position_two; |
| | | |
| | | /** |
| | | * 岗位职责 |
| | | */ |
| | | private String jobResponsibilities; |
| | | private String jobResponsibilities; |
| | | |
| | | /** |
| | | /** |
| | | * 头像图片路径 |
| | | */ |
| | | private String photoPath; |
| | | private String photoPath; |
| | | |
| | | /** |
| | | /** |
| | | * 创建时间 |
| | | */ |
| | | private Date createAt; |
| | | private Date createAt; |
| | | |
| | | /** |
| | | /** |
| | | * 修改时间 |
| | | */ |
| | | private Date updateAt; |
| | | private Date updateAt; |
| | | |
| | | /** |
| | | /** |
| | | * 社区id |
| | | */ |
| | | private Long communityId; |
| | | private Long communityId; |
| | | |
| | | |
| | | } |