Commit 50bad2e5 authored by carlos's avatar carlos

工厂锁定库存rpc

parent 4b9de891
......@@ -279,4 +279,20 @@ interface FactoryServiceInterface
* @return array
*/
public function getSkuStockBySku($skuList);
/**
* Notes: 锁定库存
* User: carlos
* DateTime: 2023/5/17 14:18
* @param $params
* @return bool
*/
public function lockStockCount($params);
/**
* Notes: 锁定工厂库存
* User: carlos
* DateTime: 2023/5/17 14:19
*/
public function lockFactoryStockCount($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