添加期望发货日期字段

finance
黄伟 2 years ago
parent 6589995c1f
commit c16783e77d

@ -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 {

Loading…
Cancel
Save