| | |
| | | @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; |
| | |
| | | |
| | | @ApiModelProperty(value = "报道单位名称") |
| | | private String checkUnitName; |
| | | |
| | | @ApiModelProperty(value = "报道单位管理员电话") |
| | | private String adminPhone; |
| | | |
| | | @ApiModelProperty(value = "职能") |
| | | private String function; |
| | |
| | | private String belongTo; |
| | | @ApiModelProperty("微信昵称") |
| | | private String nickName; |
| | | |
| | | } |