Commit 86a17c88 authored by chentianyu's avatar chentianyu

子产品服务,根据SKU 获取对应的子 SKU 相关信息

parent 16f4c095
......@@ -38,6 +38,14 @@ interface ProductChildServiceInterface
*/
public function getListBySkuList(array $skuList, array $columns = ['id'], array $relations = []);
/**
* 根据SKU 获取对应的子 SKU 相关信息
* @param $filters
* @param string[] $childSkuFields
* @return array
*/
public function getChildProductsBySkuFilter($filters, array $childSkuFields = ['*']): array;
/**
* 获取全部尺码列表
* @param array $columns 默认['id', 'name']
......
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