| | |
| | | public static final String STORE_TYPE_PROPERTY = "800900000003"; // 物业 |
| | | |
| | | private String gId; |
| | | private String[] gIds; |
| | | private String name; |
| | | private String icon; |
| | | private String label; |
| | |
| | | private String userId; |
| | | private String domain; |
| | | private String caId; |
| | | private String communityId; |
| | | |
| | | public String getGId() { |
| | | |
| | | public String getgId() { |
| | | return gId; |
| | | } |
| | | |
| | | public void setGId(String gId) { |
| | | public void setgId(String gId) { |
| | | this.gId = gId; |
| | | } |
| | | |
| | |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getgId() { |
| | | return gId; |
| | | } |
| | | |
| | | public void setgId(String gId) { |
| | | this.gId = gId; |
| | | } |
| | | |
| | | public String getGroupType() { |
| | | return groupType; |
| | | } |
| | |
| | | public void setGroupType(String groupType) { |
| | | this.groupType = groupType; |
| | | } |
| | | |
| | | |
| | | public String getStoreType() { |
| | | return storeType; |
| | |
| | | public void setCaId(String caId) { |
| | | this.caId = caId; |
| | | } |
| | | |
| | | public String[] getgIds() { |
| | | return gIds; |
| | | } |
| | | |
| | | public void setgIds(String[] gIds) { |
| | | this.gIds = gIds; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | } |