Commit d86e9074 authored by Liu lu's avatar Liu lu

产品库- 获取当前产品所有原料信息

parent 8b74cede
......@@ -105,10 +105,11 @@ interface MaterialServiceInterface
* 获取当前产品所有原料信息
* @param $productId
* @param array $productChildIds 追加子产品原料数据
* @param string $keyBy
* @author Liu lu
* date 2023-01-31
*/
public function getProductColorMaterialInfo($productId,$productChildIds=[]);
public function getProductColorMaterialInfo($productId,$productChildIds=[],$keyBy='id');
}
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