Commit 93bb4597 authored by  林继鑫's avatar 林继鑫

工厂自主备货

parent 28387a80
...@@ -15,11 +15,27 @@ interface FactoryProductStockServiceInterface ...@@ -15,11 +15,27 @@ interface FactoryProductStockServiceInterface
/** /**StockPlanServiceInterface
* 获取最新的原料信息 * 获取最新的原料信息
* @param $productId * @param $productId
* @author Liu lu * @author Liu lu
* date 2023-03-28 * date 2023-03-28
*/ */
public function getRecentMaterialInfo($productId); public function getRecentMaterialInfo($productId);
/**
* 获取子sku历史销售数量
* @param $params
*/
public function productHistorySale($params);
/**
* 获取子sku预测数量
* @param $params
* @return mixed
*/
public function productEstimateSale($params);
} }
\ 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