if(typeof gsw == "undefined") gsw={};
if(typeof gsw.qyxxcx == "undefined") gsw.qyxxcx={};
if(typeof gsw.qyxxcx.qyxxlist == "undefined") gsw.qyxxcx.qyxxlist={};
gsw.qyxxcx.qyxxlist_class = function() {};
Object.extend(gsw.qyxxcx.qyxxlist_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetList: function(currentpage, perpages, pages, totalrecord, data, key) {
		return this.invoke("GetList", {"currentpage":currentpage, "perpages":perpages, "pages":pages, "totalrecord":totalrecord, "data":data, "key":key}, this.GetList.getArguments().slice(6));
	},
	url: '/ajaxpro/gsw.qyxxcx.qyxxlist,gsw.ashx'
}));
gsw.qyxxcx.qyxxlist = new gsw.qyxxcx.qyxxlist_class();


