This commit is contained in:
苏尹岚
2021-01-08 18:09:01 +08:00
parent 9f73470bc2
commit b161e4d55a
3 changed files with 25 additions and 0 deletions

View File

@@ -413,6 +413,8 @@ type Coupons struct {
ModelIDCULD
CouponType int `json:"couponType"` //优惠券类型 1为总额满减 2为运费优惠
Name string `json:"name"` //优惠券名字
Desc string `json:"desc"` //优惠券详情描述
BeginAt time.Time `json:"beginAt"` //开始时间
EndAt time.Time `json:"endAt"` //到期时间
UpperLimit int `json:"upperLimit"` //满多少