Commit fca63b00 authored by gongyuanbiao's avatar gongyuanbiao

user

parent 9d990432
...@@ -273,4 +273,12 @@ interface BaseInfoServiceInterface ...@@ -273,4 +273,12 @@ interface BaseInfoServiceInterface
*/ */
public function getRoleByName(string $name, array $relations = [], array $columns = ['*']); 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