Commit 3f364961 authored by carlos's avatar carlos

取消发货记录

parent 4e5b0ca1
...@@ -169,4 +169,12 @@ interface ProductionServiceInterface ...@@ -169,4 +169,12 @@ interface ProductionServiceInterface
*/ */
public function confirmDelivery($params); public function confirmDelivery($params);
/**
* Notes: 取消发货订单
* User: carlos
* DateTime: 2022/11/22 9:20
* @param $delivery_no
*/
public function cancelDelivery($delivery_no);
} }
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