Commit b05fc8c0 authored by 姜克保's avatar 姜克保

添加获取品牌rpc

parent 97a147d7
......@@ -155,4 +155,11 @@ interface ProductServiceInterface
*/
public function downApprove($data);
/**
* 通过id数组获取品牌列表
* @param array $ids 默认去重
* @param array $columns
* @return array 默认keyBY('id')
*/
public function getBrandsByIds(array $ids, array $columns = ['id', 'name']): 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