Commit 13159a38 authored by 王源's avatar 王源 🎧

update

parent 2fb62f0e
......@@ -11,6 +11,28 @@ namespace Meibuyu\Micro\Service\Interfaces\User;
interface AccessServiceInterface
{
/**
* 判断用户是否在业务部门(包括子部门)
* @param $inDeptIds
* @param $allDeptIds
* @return mixed
*/
public function inBusinessDepartment($inDeptIds, $allDeptIds);
/**
* 获取用户领导的部门id数组
* @param $userId
* @return array
*/
public function leadDeptIds($userId);
/**
* 获取用户领导的团队id数组
* @param $userId
* @return array
*/
public function leadTeamIds($userId);
/**
* 获取鉴权的团队
* @param $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