diff --git a/order.go b/order.go index fa052b8..d168769 100644 --- a/order.go +++ b/order.go @@ -43,3 +43,7 @@ type OrderConsumptionAwardRedPacketQualification struct { type OrderConsumptionAwardRedPacketMoney struct { ID uint `json:"id"` // 订单ID } + +type OrderVoucher struct { + ID uint `json:"id"` // 订单ID +}