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