if(typeof gsw == "undefined") gsw={};
if(typeof gsw.bgxz == "undefined") gsw.bgxz={};
if(typeof gsw.bgxz.bgxz == "undefined") gsw.bgxz.bgxz={};
gsw.bgxz.bgxz_class = function() {};
Object.extend(gsw.bgxz.bgxz_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetList: function(data, currentpage, perpages) {
		return this.invoke("GetList", {"data":data, "currentpage":currentpage, "perpages":perpages}, this.GetList.getArguments().slice(3));
	},
	url: '/ajaxpro/gsw.bgxz.bgxz,gsw.ashx'
}));
gsw.bgxz.bgxz = new gsw.bgxz.bgxz_class();


