/// <summary> /// 根据部门编码获取机构编码 /// </summary> /// <param name="deptCode"></param> /// <returns></returns> public string GetOrgCode(string deptCode) { return(service.GetOrgCode(deptCode)); }