【7.2.2】整理代码

pull/29/head
fengshuonan 2022-03-08 23:33:55 +08:00
parent 0b0246a276
commit 5fe5f92b9b
2 changed files with 6 additions and 4 deletions

View File

@ -47,8 +47,9 @@ public interface OrganizationServiceApi {
/** /**
* *
* @param orgId *
* @return * @author yexing
* @date 2022/3/8 23:32
*/ */
HrOrganizationDTO getOrgDetail(Long orgId); HrOrganizationDTO getOrgDetail(Long orgId);
} }

View File

@ -20,8 +20,9 @@ public interface PositionServiceApi {
/** /**
* *
* @param positionId *
* @return * @author yexing
* @date 2022/3/8 23:33
*/ */
HrPositionDTO getPositionDetail(Long positionId); HrPositionDTO getPositionDetail(Long positionId);
} }