Commit 38c093e5 authored by  林继鑫's avatar 林继鑫

工厂自主备货 新增rpc方法

parent 476a6b4b
......@@ -427,4 +427,14 @@ interface ProductServiceInterface
* @return array
*/
public function getChildSkuByProductsLst(array $productList, array $relations = [], array $columns = ['*']):array;
/**
* 查询子产品id 获取子产品信息
* @param array $productChildList
* @param array $relations
* @param array|string[] $columns
* @return array
*/
public function getChildSkuByProductChildIds(array $productChildList, array $relations = [], 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