if(typeof luyou == "undefined") luyou={};
if(typeof luyou.manager == "undefined") luyou.manager={};
if(typeof luyou.manager.qiye == "undefined") luyou.manager.qiye={};
if(typeof luyou.manager.qiye.ziliao == "undefined") luyou.manager.qiye.ziliao={};
luyou.manager.qiye.ziliao_class = function() {};
Object.extend(luyou.manager.qiye.ziliao_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getNextClass: function(cid) {
		return this.invoke("getNextClass", {"cid":cid}, this.getNextClass.getArguments().slice(1));
	},
	getProvince: function(Country_id) {
		return this.invoke("getProvince", {"Country_id":Country_id}, this.getProvince.getArguments().slice(1));
	},
	getCity: function(Province_id) {
		return this.invoke("getCity", {"Province_id":Province_id}, this.getCity.getArguments().slice(1));
	},
	getCounty: function(City_id) {
		return this.invoke("getCounty", {"City_id":City_id}, this.getCounty.getArguments().slice(1));
	},
	url: '/ajaxpro/luyou.manager.qiye.ziliao,luyou.ashx'
}));
luyou.manager.qiye.ziliao = new luyou.manager.qiye.ziliao_class();

