|
@@ -23,6 +23,8 @@ public class CommunityMemberDto extends CommunityDto implements Serializable {
|
|
|
|
|
|
|
|
private boolean needCommunityInfo;
|
|
private boolean needCommunityInfo;
|
|
|
|
|
|
|
|
|
|
+ private boolean noAuditEnterCommunity;
|
|
|
|
|
+
|
|
|
public String getCommunityMemberId() {
|
|
public String getCommunityMemberId() {
|
|
|
return communityMemberId;
|
|
return communityMemberId;
|
|
|
}
|
|
}
|
|
@@ -78,4 +80,12 @@ public class CommunityMemberDto extends CommunityDto implements Serializable {
|
|
|
public void setNeedCommunityInfo(boolean needCommunityInfo) {
|
|
public void setNeedCommunityInfo(boolean needCommunityInfo) {
|
|
|
this.needCommunityInfo = needCommunityInfo;
|
|
this.needCommunityInfo = needCommunityInfo;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public boolean isNoAuditEnterCommunity() {
|
|
|
|
|
+ return noAuditEnterCommunity;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setNoAuditEnterCommunity(boolean noAuditEnterCommunity) {
|
|
|
|
|
+ this.noAuditEnterCommunity = noAuditEnterCommunity;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|