Commit 9e181d18 authored by  林继鑫's avatar 林继鑫

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents c0468538 5a3d8979
...@@ -437,4 +437,14 @@ interface ProductServiceInterface ...@@ -437,4 +437,14 @@ interface ProductServiceInterface
* @return array * @return array
*/ */
public function getChildSkuByProductChildIds(array $productChildList, array $relations = [], array $columns = ['*']):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