if(typeof pindao_Colum == "undefined") pindao_Colum={};
pindao_Colum_class = function() {};
Object.extend(pindao_Colum_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSubColum: function(strType1) {
		return this.invoke("GetSubColum", {"strType1":strType1}, this.GetSubColum.getArguments().slice(1));
	},
	GetSubColumName: function(strType1) {
		return this.invoke("GetSubColumName", {"strType1":strType1}, this.GetSubColumName.getArguments().slice(1));
	},
	GetCode: function(strColum, intType, intPage) {
		return this.invoke("GetCode", {"strColum":strColum, "intType":intType, "intPage":intPage}, this.GetCode.getArguments().slice(3));
	},
	GetSubCode: function(strSubColum, intType, intPage) {
		return this.invoke("GetSubCode", {"strSubColum":strSubColum, "intType":intType, "intPage":intPage}, this.GetSubCode.getArguments().slice(3));
	},
	GetPageNum: function(strColum) {
		return this.invoke("GetPageNum", {"strColum":strColum}, this.GetPageNum.getArguments().slice(1));
	},
	GetSubColumPageNum: function(strSubColum) {
		return this.invoke("GetSubColumPageNum", {"strSubColum":strSubColum}, this.GetSubColumPageNum.getArguments().slice(1));
	},
	url: '/ajaxpro/pindao_Colum,NewWeb.ashx'
}));
pindao_Colum = new pindao_Colum_class();

