Commit 507e4fe9 authored by 王源's avatar 王源 🎧

添加通过仓库产品id获取平台子产品数组

parent 0359cf8a
......@@ -70,4 +70,14 @@ interface PlatformProductChildServiceInterface
*/
public function getListByProductChildIds(array $productChildIds, $siteId = null, array $columns = ['*']);
/**
* 通过仓库产品id获取平台子产品数组
* @param $productId
* @param null $siteId
* @param array $relations
* @param array $columns
* @return array
*/
public function getListByProductIds($productId, $siteId = null, array $relations = [], $columns = ['*']);
}
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