/// <summary> /// 获取部门信息 /// </summary> /// <returns></returns> public DataTable getDepartment() { return(md.getDepartment()); }