| | |
| | | private String mapY; |
| | | private String storeName; |
| | | private String storeTypeName; |
| | | private String corporation; |
| | | private String foundingTime; |
| | | |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setStoreIds(String[] storeIds) { |
| | | this.storeIds = storeIds; |
| | | } |
| | | |
| | | public String getCorporation() { |
| | | return corporation; |
| | | } |
| | | |
| | | public void setCorporation(String corporation) { |
| | | this.corporation = corporation; |
| | | } |
| | | |
| | | public String getFoundingTime() { |
| | | return foundingTime; |
| | | } |
| | | |
| | | public void setFoundingTime(String foundingTime) { |
| | | this.foundingTime = foundingTime; |
| | | } |
| | | } |