Commit 3d420973 authored by Liu lu's avatar Liu lu

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

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