From 981dd3b98dc57fdd071e79be903d39c9e0e0c20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E7=BF=A0=E4=B8=BD?= <15812412904> Date: Thu, 26 Dec 2024 16:19:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=91=E8=B4=A7=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E5=8F=96=E6=B6=88=E8=AE=A2=E5=8D=95=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rabbitmq_order.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rabbitmq_order.go b/rabbitmq_order.go index 3df64ec..a95ae87 100644 --- a/rabbitmq_order.go +++ b/rabbitmq_order.go @@ -74,3 +74,7 @@ type RedPacketRefund struct { ID uint `json:"id"` // 订单ID OrderProductsID uint `json:"order_products_id"` // 订单商品ID } + +type OrderSentOvertime struct { + ID uint `json:"id"` // 订单ID +}