if(typeof zsnet == "undefined") zsnet={};
if(typeof zsnet.zdqy == "undefined") zsnet.zdqy={};
if(typeof zsnet.zdqy.zdqylist == "undefined") zsnet.zdqy.zdqylist={};
zsnet.zdqy.zdqylist_class = function() {};
Object.extend(zsnet.zdqy.zdqylist_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/zsnet.zdqy.zdqylist,zsnet.ashx'
}));
zsnet.zdqy.zdqylist = new zsnet.zdqy.zdqylist_class();


