From c16783e77d8ae1ebe7a3a7887e9ac010ca8667a6 Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 22 Dec 2022 11:26:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9C=9F=E6=9C=9B=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E6=97=A5=E6=9C=9F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wholesale/channel/order.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wholesale/channel/order.go b/wholesale/channel/order.go index 3061fca..246d5c5 100644 --- a/wholesale/channel/order.go +++ b/wholesale/channel/order.go @@ -54,10 +54,11 @@ type ArgsOrderSubmit struct { } type Receiver struct { - Name string // 姓名 - Mobile string // 手机号 - Email string // 邮箱 - ZipCode string // 邮编 + Name string // 姓名 + Mobile string // 手机号 + HopeStockOutDate string // 期望发货日期 + Email string // 邮箱 + ZipCode string // 邮编 } type ReplyOrderSubmit struct {