Commit 08d9b94c authored by 秦俊坤's avatar 秦俊坤

TeamServiceInterface 接口

parent 83e91245
......@@ -10,6 +10,11 @@ namespace Meibuyu\Rpc\Service\Interfaces\User;
interface TeamServiceInterface
{
/**
* 根据团队 ID 获取对应的部门团队
* @param array $teamIds
* @param array|string[] $columns
* @return array
*/
public function getDepartmentTeamsByTeamIds(array $teamIds, array $columns = ['*']): array;
}
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