Commit c0f8bc21 authored by  林继鑫's avatar 林继鑫

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

parents cbf688e5 d86e9074
......@@ -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