Commit fca63b00 authored by gongyuanbiao's avatar gongyuanbiao

user

parent 9d990432
......@@ -272,5 +272,13 @@ interface BaseInfoServiceInterface
* @return array|null
*/
public function getRoleByName(string $name, array $relations = [], array $columns = ['*']);
/**
* Notes: 获取用户站点
* User: carlos
* DateTime: 2022/5/3 15:37
* @param int $userId
*/
public function getUserSite(int $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