| | |
| | | */ |
| | | public class CommunityMemberDto extends CommunityDto implements Serializable { |
| | | |
| | | |
| | | public static final String AUDIT_STATUS_NORMAL = "1100"; // 审核通过 |
| | | |
| | | private String communityMemberId; |
| | | |
| | | private String communityId; |
| | | private String communityName; |
| | | |
| | | private String memberId; |
| | | private String subMemberId; |
| | | |
| | | private String memberTypeCd; |
| | | |
| | |
| | | public void setAuditStatusCds(String[] auditStatusCds) { |
| | | this.auditStatusCds = auditStatusCds; |
| | | } |
| | | |
| | | public String getCommunityName() { |
| | | return communityName; |
| | | } |
| | | |
| | | public void setCommunityName(String communityName) { |
| | | this.communityName = communityName; |
| | | } |
| | | |
| | | public String getSubMemberId() { |
| | | return subMemberId; |
| | | } |
| | | |
| | | public void setSubMemberId(String subMemberId) { |
| | | this.subMemberId = subMemberId; |
| | | } |
| | | } |