Commit 5169c517 authored by 王源's avatar 王源 🎧

添加通过sku列表获取子产品列表

parent 729a47bd
......@@ -29,4 +29,12 @@ interface ProductChildServiceInterface
*/
public function getByIdList(array $idList, array $columns = ['*'], array $relations = []): array;
/**
* 通过sku列表获取子产品列表
* @param array $skuList
* @param array $columns
* @return array
*/
public function getListBySkuList(array $skuList, array $columns = ['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