Commit 02db4131 authored by 秦俊坤's avatar 秦俊坤

异常部分接收生产指令

parent 0521177c
......@@ -337,4 +337,13 @@ interface StoreServiceInterface
* @return array
*/
public function cancelStockUpDelivery(array $params): array;
/**
* 备货相关异常接收对应的指令
* @param $commandType
* @param $payload
* @return mixed
*/
public function receiveCommand4StockUp($commandType, $payload);
}
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