Commit acf19e2a authored by Liu lu's avatar Liu lu

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

parent 1e4b0cfa
......@@ -101,4 +101,13 @@ interface MaterialServiceInterface
public function getProductColorMaterialsByNameIds($productMaterialNameIds,$columns=['*']);
/**
* 获取当前产品所有原料信息
* @param $productId
* @author Liu lu
* date 2023-01-31
*/
public function getProductColorMaterialInfo($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