Commit 0521177c authored by 秦俊坤's avatar 秦俊坤

store 新增取消备货发货记录

parent 0f265198
......@@ -330,4 +330,11 @@ interface StoreServiceInterface
* @return array
*/
public function stockUpDeliveryDispatched(array $params): array;
/**
* 取消备货发货记录
* @param array $params
* @return array
*/
public function cancelStockUpDelivery(array $params): array;
}
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