From fdf09c0f29ff23ce5eb0f5196fc934ac78be0047 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 27 Aug 2021 11:12:34 +0800 Subject: [PATCH] aa --- business/model/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/model/order.go b/business/model/order.go index fc3392cf7..660c5263f 100644 --- a/business/model/order.go +++ b/business/model/order.go @@ -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:"-"`