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

