mitao
2025-03-18 d8e7ad6acb9f6105ac6ff6fe2ce892e622cde256
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/model/entity/PartyMember.java
@@ -70,6 +70,7 @@
    private String community;
    @ApiModelProperty(value = "社区ID")
    @JsonSerialize(using = ToStringSerializer.class)
    private Long communityId;
    @ApiModelProperty(value = "服务对象")
@@ -87,6 +88,9 @@
    @ApiModelProperty(value = "冻结状态 1:已冻结 0:正常中")
    private Integer freezeStatus;
    @ApiModelProperty(value = "是否确认党员信息")
    private Integer isConfirm;
    @ApiModelProperty(value = "拒绝理由")
    private String refuseReason;