Commit a2e64284 authored by Liu lu's avatar Liu lu

查询某一主产品指定子产品绑定的包装原料信息

parent 6ae8a421
...@@ -121,4 +121,13 @@ interface MaterialServiceInterface ...@@ -121,4 +121,13 @@ interface MaterialServiceInterface
public function getProductStuffInfo($params); public function getProductStuffInfo($params);
/**
* 查询某一主产品指定子产品绑定的包装原料信息
* @param $productChildIds
* @author Liu lu
* date 2023-08-28
*/
public function getProductPackageMaterialInfo($productChildIds);
} }
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