Commit c05fb782 authored by 王源's avatar 王源 🎧

添加获取审阅人员rpc方法

parent f2bdfb29
......@@ -154,4 +154,12 @@ interface BaseInfoServiceInterface
*/
public function getDepartmentLeaderIdsByIds($ids);
/**
* 获取审阅人员
* @param $teamId
* @param $authId
* @return array|bool
*/
public function getReviewUsers($teamId, $authId);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment