From 6eb2bb09bfe06542865230b2b70c2b1e67dc683b Mon Sep 17 00:00:00 2001 From: yuguojian <104118155@qq.com> Date: Fri, 6 Dec 2024 16:42:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=A2=E5=8D=95=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E7=BB=93=E6=9E=84=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- order.go | 4 ++++ 1 file changed, 4 insertions(+) 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 +}