Commit 6d95f294 authored by  林继鑫's avatar 林继鑫

工厂自主备货

parent 492ef453
......@@ -30,4 +30,12 @@ interface FactoryProductServiceInterface
public function getFactoryStockList($params);
/**
* 查询子产品目前有多少导入的产品库存和生产中的库存
* @param $product_child_ids
* @param $factoryId
*/
public function getUsefulStockAndProducingStockByChildId($product_child_ids,$factoryId);
}
\ 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