Commit 731836e4 authored by 王源's avatar 王源 🎧

添加通过Keyword获取货币id数组

parent 1733a716
...@@ -53,6 +53,13 @@ interface BaseInfoServiceInterface ...@@ -53,6 +53,13 @@ interface BaseInfoServiceInterface
*/ */
public function getCurrencyListByIdList(array $idList, array $columns = ['id', 'name']): array; public function getCurrencyListByIdList(array $idList, array $columns = ['id', 'name']): array;
/**
* 通过Keyword获取货币id数组
* @param $keyword
* @return array
*/
public function getCurrencyIdsByKeyword($keyword);
/** /**
* 通过单个id获取岗位信息 * 通过单个id获取岗位信息
* @param int $id 职位id * @param int $id 职位id
......
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