| | |
| | | |
| | | private String communityName; |
| | | |
| | | private String communityTel; |
| | | |
| | | |
| | | private String token; |
| | | |
| | | private String key; |
| | |
| | | private String appUserId; |
| | | |
| | | private String ownerTypeCd; |
| | | |
| | | private String communityQrCode; |
| | | |
| | | //认证状态 10000 审核中, 11000 待认证 ,12000 审核成功,13000 审核失败 |
| | | private String auditState; |
| | | |
| | | public String getAuditState() { |
| | | return auditState; |
| | | } |
| | | |
| | | public void setAuditState(String auditState) { |
| | | this.auditState = auditState; |
| | | } |
| | | |
| | | |
| | | public String getUserId() { |
| | | return userId; |
| | |
| | | public void setOwnerTypeCd(String ownerTypeCd) { |
| | | this.ownerTypeCd = ownerTypeCd; |
| | | } |
| | | |
| | | public String getCommunityTel() { |
| | | return communityTel; |
| | | } |
| | | |
| | | public void setCommunityTel(String communityTel) { |
| | | this.communityTel = communityTel; |
| | | } |
| | | |
| | | public String getCommunityQrCode() { |
| | | return communityQrCode; |
| | | } |
| | | |
| | | public void setCommunityQrCode(String communityQrCode) { |
| | | this.communityQrCode = communityQrCode; |
| | | } |
| | | } |