From 955a26c0b9060e680b17a2918332ba27b8591339 Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 10 Oct 2022 10:26:38 +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 --- supplier/supplier.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/supplier/supplier.go b/supplier/supplier.go index 88101ec..4f1f704 100644 --- a/supplier/supplier.go +++ b/supplier/supplier.go @@ -11,8 +11,9 @@ type Supplier struct { Goods goods Apply supplierApply supplier - WarnLiaison warnLiaison - WalletApply supplierWalletApply + WarnLiaison warnLiaison + WalletApply supplierWalletApply + OrderCancelApply orderCancelApply } type supplier struct {