Commit a55631cf authored by  林继鑫's avatar 林继鑫

工厂备货 新增rpc方法

parent 521410d8
......@@ -259,7 +259,7 @@ interface FactoryServiceInterface
/**
* 通过sku查询可用库存和生产中库存
* 通过sku查询子sku可用库存和生产中库存
* @param $skuList
* @return array
*/
......@@ -271,4 +271,12 @@ interface FactoryServiceInterface
* 供应链工厂自主备货看板
*/
public function selfFactoryStock();
/**
* 通过sku查询主sku可用库存和生产中库存
* @param $skuList
* @return array
*/
public function getSkuStockBySku($skuList);
}
\ 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