Commit 28387a80 authored by  林继鑫's avatar 林继鑫

工厂备货 新增rpc方法

parent 522931f2
...@@ -13,4 +13,13 @@ interface FactoryProductStockServiceInterface ...@@ -13,4 +13,13 @@ interface FactoryProductStockServiceInterface
*/ */
public function getFactoryWithSkuList($params); public function getFactoryWithSkuList($params);
/**
* 获取最新的原料信息
* @param $productId
* @author Liu lu
* date 2023-03-28
*/
public function getRecentMaterialInfo($productId);
} }
\ No newline at end of file
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