Commit 5d81169a authored by 秦俊坤's avatar 秦俊坤

ProductServiceInterface 去掉了 getBrandsByIds 方法,和 master 分支保持同步

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