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

Merge branch 'user-rpc' into test

parents 35022387 042a557f
......@@ -196,4 +196,12 @@ interface BaseInfoServiceInterface
*/
public function departments(array $relations = [], array $columns = ['*']): array;
/**
* 通过职级id数组获取用户占比数组
* @param array $positionLevelIds 职级id数组,默认去重
* @return array
* @author Zero
*/
public function getRateByPositionLevelIds(array $positionLevelIds): 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