Commit d0d54d8a authored by 王源's avatar 王源 🎧

添加获取部门领导id数据

parent 0dd4be39
...@@ -147,4 +147,11 @@ interface BaseInfoServiceInterface ...@@ -147,4 +147,11 @@ interface BaseInfoServiceInterface
*/ */
public function sites(array $relations = [], array $columns = ['id', "name"]): array; public function sites(array $relations = [], array $columns = ['id', "name"]): array;
/**
* 获取部门领导id数据
* @param array $ids 部门id数组
* @return array
*/
public function getDepartmentLeaderIdsByIds($ids);
} }
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