Commit 03f61823 authored by Liu lu's avatar Liu lu

获取产品原料名称绑定信息

parent 5277e238
......@@ -89,4 +89,16 @@ interface MaterialServiceInterface
*/
public function getFullMaterialCountColorIds($productId);
/**
* 获取产品原料名称绑定信息
* @param $productMaterialNameIds
* @param array $columns
* @return mixed
* @author Liu lu
* date 2022-08-29
*/
public function getProductColorMaterialsByNameIds($productMaterialNameIds,$columns=['*']);
}
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