添加期望发货日期字段

finance
黄伟 2 years ago
parent 6589995c1f
commit c16783e77d

@ -56,6 +56,7 @@ type ArgsOrderSubmit struct {
type Receiver struct { type Receiver struct {
Name string // 姓名 Name string // 姓名
Mobile string // 手机号 Mobile string // 手机号
HopeStockOutDate string // 期望发货日期
Email string // 邮箱 Email string // 邮箱
ZipCode string // 邮编 ZipCode string // 邮编
} }

Loading…
Cancel
Save