mitao
2025-05-20 179c4d64313c9b7572778da4aaaf6c6584fe457d
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/model/dos/ComPbMemberDO.java
@@ -26,7 +26,7 @@
    /**
     * 党员在表中的id
     */
    @TableId(type = IdType.AUTO)
    @TableId(type = IdType.ASSIGN_ID)
    private Long id;
    /**
@@ -135,6 +135,21 @@
     */
    private String orgName;
    private Long helpCommunityId;
    private Long villageId;
    private String natureName;
    private Integer natureId;
    private String otherRemark;
    private String helpCommunityName;
    private String communityName;
    /**
     * 党员审查结果 0待审核 1 审核通过 3审核失败
     */