From d9c21b7cbc6994d4bc38408a4f2cba63ec4c0ad9 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 26 Dec 2022 13:05:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wholesale/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wholesale/order.go b/wholesale/order.go index adfa2c8..87ebacf 100644 --- a/wholesale/order.go +++ b/wholesale/order.go @@ -66,6 +66,7 @@ type ArgsOrderCancel struct { Source source // 商品来源 SourceOrderSn string // 供应商订单号 Status uint // 订单取消 + CancelFile string // 取消订单附件 } // Cancel @Title 订单取消