| | |
| | | |
| | | |
| | | private String storeId; |
| | | private String[] storeIds; |
| | | private String userId; |
| | | private String name; |
| | | private String address; |
| | |
| | | private String mapX; |
| | | private String mapY; |
| | | private String storeName; |
| | | private String storeTypeName; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getStoreTypeName() { |
| | | return storeTypeName; |
| | | } |
| | | |
| | | public void setStoreTypeName(String storeTypeName) { |
| | | this.storeTypeName = storeTypeName; |
| | | } |
| | | |
| | | public String[] getStoreIds() { |
| | | return storeIds; |
| | | } |
| | | |
| | | public void setStoreIds(String[] storeIds) { |
| | | this.storeIds = storeIds; |
| | | } |
| | | } |