addNamespace("GreenTreeSoft.WebSiteUI.Campus");
GreenTreeSoft.WebSiteUI.Campus.Job_class = Class.create();
GreenTreeSoft.WebSiteUI.Campus.Job_class.prototype = (new AjaxPro.Request()).extend({
	getJobList: function(name, _area, _date, _page, _type, callback) {
		return this.invoke("getJobList", {"name":name, "_area":_area, "_date":_date, "_page":_page, "_type":_type}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/GreenTreeSoft.WebSiteUI.Campus.Job,GreenTreeSoft.WebSiteUI.ashx";
	}
})
GreenTreeSoft.WebSiteUI.Campus.Job = new GreenTreeSoft.WebSiteUI.Campus.Job_class();

