/// <summary> /// 取得部门数据类型的组织信息 /// </summary> /// <returns></returns> public DataTable GetOrgOfDeptType() { return(dal.GetOrgOfDeptType()); }