Commit 9277a269 authored by 秦俊坤's avatar 秦俊坤

新增 TeamServiceInterface

parent 36755387
<?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 getDepartmentTeamsByTeamId(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