addNamespace("GreenTreeSoft.WebSiteUI._CommControl");
GreenTreeSoft.WebSiteUI._CommControl.CommJobQuery_class = Class.create();
GreenTreeSoft.WebSiteUI._CommControl.CommJobQuery_class.prototype = (new AjaxPro.Request()).extend({
	getCities: function(ProId, callback) {
		return this.invoke("getCities", {"ProId":ProId}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/GreenTreeSoft.WebSiteUI._CommControl.CommJobQuery,GreenTreeSoft.WebSiteUI.ashx";
	}
})
GreenTreeSoft.WebSiteUI._CommControl.CommJobQuery = new GreenTreeSoft.WebSiteUI._CommControl.CommJobQuery_class();

