Commit 5a3d8979 authored by chentianyu's avatar chentianyu

通过站点和仓库主产品获取平台产品

parent d594de14
......@@ -437,4 +437,14 @@ interface ProductServiceInterface
* @return array
*/
public function getChildSkuByProductChildIds(array $productChildList, array $relations = [], array $columns = ['*']):array;
/**
* 通过站点和仓库主产品获取平台产品
* @param $site_id
* @param $product_id
* @param array $columns
* @return array
* @author chentianyu
*/
public function getPlatformSkuBySiteProduct($site_id, $product_id, array $columns = ['*']): 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