This commit is contained in:
suyl
2021-08-27 11:12:34 +08:00
parent ced5e1b12c
commit fdf09c0f29

View File

@@ -153,6 +153,7 @@ type GoodsOrder struct {
OrderType int `json:"orderType"` //订单类型0为普通订单1为物料订单2为进货订单
OrderPayPercentage int `json:"orderPayPercentage"`
CouponIDs string `orm:"column(coupon_ids)" json:"couponIDs"` //优惠券IDs京西商城
NotifyType int `json:"notifyType"` //0表示没有通知1表示发的短信2表示发的语音
// 以下只是用于传递数据
OriginalData string `orm:"-" json:"-"`