mirror of https://gitee.com/stylefeng/roses
【7.2.2】整理代码
parent
0b0246a276
commit
5fe5f92b9b
|
@ -47,8 +47,9 @@ public interface OrganizationServiceApi {
|
|||
|
||||
/**
|
||||
* 获取组织机构详情
|
||||
* @param orgId
|
||||
* @return
|
||||
*
|
||||
* @author yexing
|
||||
* @date 2022/3/8 23:32
|
||||
*/
|
||||
HrOrganizationDTO getOrgDetail(Long orgId);
|
||||
}
|
||||
|
|
|
@ -20,8 +20,9 @@ public interface PositionServiceApi {
|
|||
|
||||
/**
|
||||
* 获取职位详情
|
||||
* @param positionId
|
||||
* @return
|
||||
*
|
||||
* @author yexing
|
||||
* @date 2022/3/8 23:33
|
||||
*/
|
||||
HrPositionDTO getPositionDetail(Long positionId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue