Commit 62c8ab78 authored by zhangdongying's avatar zhangdongying

删除发货单及作废发货单

parent 0e5320d4
......@@ -4,6 +4,24 @@ namespace Meibuyu\Rpc\Service\Interfaces\Lingxing;
interface LingxingServiceInterface
{
/**
* 删除发货单
*
* @param string $shipmentSn 发货单号
* @return bool
* @throws \Throwable
*/
public function deleteDeliveryOrder(string $shipmentSn): bool;
/**
* 作废发货单
*
* @param string $shipmentSn 发货单号
* @return bool
* @throws \Throwable
*/
public function invalidateDeliveryOrder(string $shipmentSn): bool;
/**
*推送供应商
* [
......
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