| | |
| | | @ApiModelProperty(value = "状态") |
| | | private String status; |
| | | @ApiModelProperty(value = "党员唯一标识id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long id; |
| | | @ApiModelProperty(value = "报名时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date createAt; |
| | | @ApiModelProperty(value = "用户ID", hidden = true) |
| | | @ApiModelProperty(value = "用户ID") |
| | | private Long userId; |
| | | @ApiModelProperty(value = "党员审查结果: 0 待审核 1 已审核 2 自动认证 3 已驳回") |
| | | private Integer auditResult; |
| | |
| | | private String position; |
| | | |
| | | @ApiModelProperty(value = "报道单位id") |
| | | @JsonSerialize(using = ToStringSerializer.class) |
| | | private Long checkUnitId; |
| | | |
| | | @ApiModelProperty(value = "报道单位名称") |
| | | private String checkUnitName; |
| | | |
| | | @ApiModelProperty(value = "报道单位管理员电话") |
| | | private String adminPhone; |
| | | |
| | | @ApiModelProperty(value = "职能") |
| | | private String function; |
| | |
| | | private String unitHelpCommunityContacts; |
| | | @ApiModelProperty(value = "帮扶社区联系人") |
| | | private String unitHelpCommunityContactsName; |
| | | @ApiModelProperty("区级") |
| | | private String belongTo; |
| | | @ApiModelProperty("微信昵称") |
| | | private String nickName; |
| | | |
| | | } |