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 {