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

Merge branch 'rpc/baseInfo' into test

parents 4d9edd48 e3bdd93b
......@@ -211,5 +211,13 @@ interface BaseInfoServiceInterface
* @author Zero
*/
public function getRateByPositionLevelIds(array $positionLevelIds): array;
/**
* 通过单个id获取国家地区信息
* @param int $id 职位id
* @param array $columns 默认显示所有字段
* @return array|null
*/
public function getCountryZoneById(int $id, array $columns = ['*']);
}
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