Commit 6ae8a421 authored by  林继鑫's avatar 林继鑫

新增rpc方法

parent 8fffd198
......@@ -329,4 +329,12 @@ interface BaseInfoServiceInterface
* @return mixed
*/
public function getDepartmentSubUserIds($id);
/**
* 团队获取下级
* @param $userId
* @return mixed
*/
public function getSubTeamUsers($userId);
}
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