Commit 57204a25 authored by 王源's avatar 王源 🎧

原料rpc添加获取产品对应颜色绑定的原料

parent bc54372f
...@@ -73,4 +73,12 @@ interface MaterialServiceInterface ...@@ -73,4 +73,12 @@ interface MaterialServiceInterface
*/ */
public function getProductMaterialNames($productId); public function getProductMaterialNames($productId);
/**
* 获取产品对应颜色绑定的原料
* @param $productId
* @param array $colorIds
* @return array
*/
public function getProductColorMaterials($productId, array $colorIds);
} }
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