Commit 7c6cf50d authored by 王源's avatar 王源 🎧

用户服务添加通过id数组获取用户数组

parent 062185e8
...@@ -29,6 +29,14 @@ interface UserServiceInterface ...@@ -29,6 +29,14 @@ interface UserServiceInterface
*/ */
public function get($id); public function get($id);
/**
* 通过id列表获取用户数组
* @param array $idList
* @param array $columns
* @return mixed
*/
public function getByIdList(array $idList, array $columns = ['*']);
/** /**
* 更新数据 * 更新数据
* @param $id * @param $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