| | |
| | | @ApiModelProperty(value = "是否党员 1是 2否") |
| | | private Integer isPb; |
| | | |
| | | @ApiModelProperty(value = "党员类型(1.预备党员 2.正式党员)") |
| | | @ApiModelProperty(value = "党员报道类型(1.在职干部 2.机关单位)") |
| | | private Integer type; |
| | | |
| | | @ApiModelProperty(value = "职位") |
| | |
| | | @ApiModelProperty(value = "活动积分") |
| | | private Integer partyInterval; |
| | | |
| | | @ApiModelProperty(value = "帮扶社区id") |
| | | private Long helpCommunityId; |
| | | @ApiModelProperty(value = "帮扶社区名字") |
| | | private String helpCommunityName; |
| | | @ApiModelProperty(value = "帮扶社区手机号") |
| | | private String helpCommunityContacts; |
| | | @ApiModelProperty(value = "帮扶社区联系人") |
| | | private String helpCommunityContactsName; |
| | | @ApiModelProperty(value = "小区id") |
| | | private Long villageId; |
| | | @ApiModelProperty(value = "小区名字") |
| | | private String villageName; |
| | | @ApiModelProperty(value = "报道单位联系人手机号") |
| | | private String contacts; |
| | | @ApiModelProperty(value = "报道单位联系人") |
| | | private String contactName; |
| | | |
| | | private String natureName; |
| | | |
| | | private Integer natureId; |
| | | |
| | | private String address; |
| | | |
| | | @ApiModelProperty(value = "分页-当前页数", example = "1") |
| | | private Long pageNum = 1L; |
| | | |