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

编写baseInfo通过单个id获取国家地区信息rpc方法

parent 6d43a93e
......@@ -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