From ceb68dbc401f02e0bb1c93a3c6443d7d8710d4f3 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Thu, 15 Sep 2022 22:06:26 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.2.5=E3=80=91=E3=80=90org=E3=80=91?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modular/organization/service/HrOrgApproverService.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel-s-system/system-business-organization/src/main/java/cn/stylefeng/roses/kernel/system/modular/organization/service/HrOrgApproverService.java b/kernel-s-system/system-business-organization/src/main/java/cn/stylefeng/roses/kernel/system/modular/organization/service/HrOrgApproverService.java index 0d46db803..efc82f6af 100644 --- a/kernel-s-system/system-business-organization/src/main/java/cn/stylefeng/roses/kernel/system/modular/organization/service/HrOrgApproverService.java +++ b/kernel-s-system/system-business-organization/src/main/java/cn/stylefeng/roses/kernel/system/modular/organization/service/HrOrgApproverService.java @@ -45,6 +45,7 @@ public interface HrOrgApproverService extends IService { * 查询详情 * * @param hrOrgApproverRequest 请求参数 + * @return 查询到的组织机构负责人情况 * @author fengshuonan * @date 2022/09/13 23:15 */ @@ -53,6 +54,7 @@ public interface HrOrgApproverService extends IService { /** * 获取组织机构审批员绑定信息 * + * @param hrOrgApproverRequest 请求参数 * @return List 返回结果 * @author fengshuonan * @date 2022/09/13 23:15