if(typeof zsnet == "undefined") zsnet={};
if(typeof zsnet.xydw == "undefined") zsnet.xydw={};
if(typeof zsnet.xydw.xydwlist == "undefined") zsnet.xydw.xydwlist={};
zsnet.xydw.xydwlist_class = function() {};
Object.extend(zsnet.xydw.xydwlist_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetList: function(currentpage, perpages, data, flag) {
		return this.invoke("GetList", {"currentpage":currentpage, "perpages":perpages, "data":data, "flag":flag}, this.GetList.getArguments().slice(4));
	},
	url: '/ajaxpro/zsnet.xydw.xydwlist,zsnet.ashx'
}));
zsnet.xydw.xydwlist = new zsnet.xydw.xydwlist_class();


