Commit 00725050 authored by carlos's avatar carlos

部门获站点rpc接口

parent 7e577f9e
......@@ -307,9 +307,18 @@ interface BaseInfoServiceInterface
/**
* Notes: 根据部门获取站点id
* Notes: 根据部门获取team id
* User: carlos
* DateTime: 2023/8/14 17:23
*/
public function getTeamByDepartmentIds(array $departmentIds);
/**
* Notes: 根据部门获取站点id
* User: carlos
* DateTime: 2023/8/15 9:42
* @param array $departmentIds
* @return mixeds
*/
public function getSiteByDepartmentIds(array $departmentIds);
}
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