Commit 75867f4b authored by  林继鑫's avatar 林继鑫

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents e2f35871 a491be84
...@@ -279,4 +279,28 @@ interface FactoryServiceInterface ...@@ -279,4 +279,28 @@ interface FactoryServiceInterface
* @return array * @return array
*/ */
public function getSkuStockBySku($skuList); 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);
/**
* Notes: 解锁库存
* User: carlos
* DateTime: 2023/5/17 15:35
* @param $params
*/
public function unlockStockCount($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