From 301cbac8c1e47f31aeb39e5bcaca1013b1ac8e56 Mon Sep 17 00:00:00 2001 From: yuguojian <104118155@qq.com> Date: Fri, 6 Dec 2024 16:31:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B6=88=E8=B4=B9=E5=A5=96?= =?UTF-8?q?=E5=8A=B1=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 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 +}