| | |
| | | public static final String STORE_DEV = "400000000000000002"; |
| | | |
| | | public static final String STORE_TYPE_ADMIN = "800900000001"; |
| | | public static final String STORE_TYPE_DEV = "800900000000"; |
| | | public static final String STORE_TYPE_PROPERTY = "800900000003"; |
| | | |
| | | public static final String STATE_NORMAL = "48001"; |
| | |
| | | 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; |
| | | } |
| | | } |