| | |
| | | private String description; |
| | | private String statusCd = "0"; |
| | | private String mId; |
| | | private String stName; |
| | | |
| | | private String createTime; |
| | | private String communityId; |
| | | |
| | | public String getPId() { |
| | | return pId; |
| | |
| | | public void setStoreId(String storeId) { |
| | | this.storeId = storeId; |
| | | } |
| | | |
| | | public String getStName() { |
| | | return stName; |
| | | } |
| | | |
| | | public void setStName(String stName) { |
| | | this.stName = stName; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | } |