public interface OrgInfoRemoteApi
| 限定符和类型 | 方法和说明 |
|---|---|
CompanyDeptDTO |
remoteGetOrgCompanyDept(Long orgId)
获取组织机构对应的公司部门信息
|
@RequestMapping(value="/orgInfoRemote/getOrgCompanyDept",
method=GET)
CompanyDeptDTO remoteGetOrgCompanyDept(@RequestParam(value="orgId")
Long orgId)
Copyright © 2024. All rights reserved.