if(typeof Vxun == "undefined") Vxun={};
if(typeof Vxun.BL == "undefined") Vxun.BL={};
if(typeof Vxun.BL.SYS == "undefined") Vxun.BL.SYS={};
if(typeof Vxun.BL.SYS.Dictionary_class == "undefined") Vxun.BL.SYS.Dictionary_class={};
Vxun.BL.SYS.Dictionary_class = function() {};
Object.extend(Vxun.BL.SYS.Dictionary_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SelectNature: function() {
		return this.invoke("SelectNature", {}, this.SelectNature.getArguments().slice(0));
	},
	SelectQuestion: function() {
		return this.invoke("SelectQuestion", {}, this.SelectQuestion.getArguments().slice(0));
	},
	SelectLevel: function() {
		return this.invoke("SelectLevel", {}, this.SelectLevel.getArguments().slice(0));
	},
	SelectDuty: function() {
		return this.invoke("SelectDuty", {}, this.SelectDuty.getArguments().slice(0));
	},
	SelectIndustry: function() {
		return this.invoke("SelectIndustry", {}, this.SelectIndustry.getArguments().slice(0));
	},
	SelectOffice: function() {
		return this.invoke("SelectOffice", {}, this.SelectOffice.getArguments().slice(0));
	},
	url: '/ajaxpro/Vxun.BL.SYS.Dictionary,Vxun.BL.ashx'
}));
Vxun.BL.SYS.Dictionary = new Vxun.BL.SYS.Dictionary_class();

