huanghongfa
2021-02-01 b3c6911c1e78563dc04998dd7bfb510130a9fcec
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/partybuilding/PartyCommitteeVO.java
@@ -14,15 +14,15 @@
@ApiModel("党委")
public class PartyCommitteeVO {
    @ApiModelProperty(value = "党员id")
    private Integer PartyMemberId;
    private Long PartyMemberId;
    @ApiModelProperty(value = "身份id")
    private Integer roleId;
    private Long roleId;
    @ApiModelProperty(value = "身份名字")
    private String roleName;
    @ApiModelProperty(value = "社区id")
    private Integer communityId;
    private Long communityId;
    @ApiModelProperty(value = "主键")
    private Integer id;
    private Long id;
    @ApiModelProperty(value = "当前页数")
    private Long pageNum;
    @ApiModelProperty(value = "每页记录数")
@@ -31,4 +31,10 @@
    private String name;
    @ApiModelProperty(value = "党员照片")
    private String photoPath;
    @ApiModelProperty(value = "党龄")
    private Integer partyAge;
    @ApiModelProperty(value = "政治面貌")
    private String politicalOutlook;
    @ApiModelProperty(value = "联系方式")
    private String phone;
}