Commit 04c3ccc6 authored by 秦俊坤's avatar 秦俊坤

Merge branch 'get_department_by_uid_qjk_0626' into develop

parents 36755387 043cf0e5
<?php
/**
* Created by PhpStorm.
* User: 王源
* Date: 2020/1/9
* Time: 15:07
*/
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