Commit 458e2073 authored by Liu lu's avatar Liu lu

获取指定子产品指定原料尺码绑定相关信息

parent ae37fddb
......@@ -130,4 +130,15 @@ interface MaterialServiceInterface
*/
public function getProductPackageMaterialInfo($productChildIds);
/**
* 获取指定子产品指定原料尺码绑定相关信息
* @param $productChildIds 子产品id
* @param $materialName 原料名称
* @return mixed
* @author Liu lu
* date 2024-01-29
*/
public function getProductMaterialSizeBindInfo($productChildIds,$materialName);
}
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