1
This commit is contained in:
@@ -160,7 +160,7 @@ type GoodsOrder struct {
|
|||||||
OrderPayPercentage int `json:"orderPayPercentage"`
|
OrderPayPercentage int `json:"orderPayPercentage"`
|
||||||
CouponIDs string `orm:"column(coupon_ids)" json:"couponIDs"` //优惠券IDs(京西商城)
|
CouponIDs string `orm:"column(coupon_ids)" json:"couponIDs"` //优惠券IDs(京西商城)
|
||||||
NotifyType int `json:"notifyType"` //0表示没有通知,1表示发的短信,2表示发的语音
|
NotifyType int `json:"notifyType"` //0表示没有通知,1表示发的短信,2表示发的语音
|
||||||
PhoneAscription string `orm:"phone_ascription" json:"phoneAscription"` // 电话号码归属地
|
PhoneAscription string `orm:"column(phone_ascription)" json:"phoneAscription"` // 电话号码归属地
|
||||||
|
|
||||||
// 以下只是用于传递数据
|
// 以下只是用于传递数据
|
||||||
OriginalData string `orm:"-" json:"-"`
|
OriginalData string `orm:"-" json:"-"`
|
||||||
|
|||||||
Reference in New Issue
Block a user