Commit a491be84 authored by carlos's avatar carlos

工厂库存解锁

parent 50bad2e5
...@@ -295,4 +295,12 @@ interface FactoryServiceInterface ...@@ -295,4 +295,12 @@ interface FactoryServiceInterface
* DateTime: 2023/5/17 14:19 * DateTime: 2023/5/17 14:19
*/ */
public function lockFactoryStockCount($params); 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