public interface OrganizationServiceApi
| 限定符和类型 | 方法和说明 |
|---|---|
List<OrganizationTreeNode> |
getDeptOrgTree(Long orgId)
获取某个公司下,所有部门树的集合
|
HrOrganizationDTO |
getOrgDetail(Long orgId)
获取组织机构详情
|
List<OrganizationTreeNode> |
getOrgTreeList(HrOrganizationRequest hrOrganizationRequest)
获取组织机构下拉选择树
|
List<HrOrganizationDTO> |
orgList()
查询系统组织机构
|
List<HrOrganizationDTO> orgList()
HrOrganizationDTO getOrgDetail(Long orgId)
List<OrganizationTreeNode> getOrgTreeList(HrOrganizationRequest hrOrganizationRequest)
List<OrganizationTreeNode> getDeptOrgTree(Long orgId)
Copyright © 2022. All rights reserved.