package com.bizofficer.admin.country;


public class CountryAdResponseBean {

	private String country;

	public String getCountry() {
		return country;
	}

	public void setCountry(String country) {
		this.country = country;
	}
	
	
	
	

	

	
	
	
}
