no
DESKTOP-71BH0QO\L、ming
2021-04-28 a01be788b3c51472d66420f3e469422fbe698559
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/model/dos/ComPbMemberRoleDO.java
@@ -29,55 +29,62 @@
    /**
     * 电话
     */
     private String phone;
    private String phone;
     /**
    /**
     * 是否注册
     */
     private Integer isReg;
    private Integer isReg;
     /**
    /**
     * 姓名
     */
     private String name;
    private String name;
     /**
    /**
     * 性别
     */
     private Integer sex;
    private Integer sex;
     /**
    /**
     * 出生日期
     */
     private Date birthTime;
    private Date birthTime;
     /**
    /**
     * 职位
     */
     private String position;
    private String position;
     /**
    /**
     * 职位2
     */
    private String position_two;
    /**
     * 岗位职责
     */
     private String jobResponsibilities;
    private String jobResponsibilities;
     /**
    /**
     * 头像图片路径
     */
     private String photoPath;
    private String photoPath;
     /**
    /**
     * 创建时间
     */
     private Date createAt;
    private Date createAt;
     /**
    /**
     * 修改时间
     */
     private Date updateAt;
    private Date updateAt;
     /**
    /**
     * 社区id
     */
     private Long communityId;
    private Long communityId;
}