Commit 7fb1a15c authored by 王源's avatar 王源 🎧

原料rpc添加获取产品判断的原料品名方法

parent 2cbaf346
......@@ -50,4 +50,11 @@ interface MaterialServiceInterface
*/
public function getMaterialNamesByCategoryId($categoryId);
/**
* 获取产品判断的原料品名
* @param $productId
* @return array
*/
public function getProductMaterialNames($productId);
}
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