if(typeof Qiying == "undefined") Qiying={};
if(typeof Qiying.WebModules == "undefined") Qiying.WebModules={};
if(typeof Qiying.WebModules.Ajax == "undefined") Qiying.WebModules.Ajax={};
Qiying.WebModules.Ajax.comInfo_class = function() {};
Object.extend(Qiying.WebModules.Ajax.comInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetComJobList: function(xcomID, ok) {
		return this.invoke("GetComJobList", {"xcomID":xcomID, "ok":ok}, this.GetComJobList.getArguments().slice(2));
	},
	url: '/ajaxpro/Qiying.WebModules.Ajax.comInfo,0531job.ashx'
}));
Qiying.WebModules.Ajax.comInfo = new Qiying.WebModules.Ajax.comInfo_class();


