From 010b775b0b8e1096658c8afcbccfd33cfba915f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=80=E5=B0=BC=E9=BE=9F?= <365252428@qq.com> Date: Mon, 9 Jun 2025 13:58:09 +0800 Subject: [PATCH] 11 --- internal/model/bundle_order_records.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/model/bundle_order_records.go b/internal/model/bundle_order_records.go index a3d0328..aa37de5 100644 --- a/internal/model/bundle_order_records.go +++ b/internal/model/bundle_order_records.go @@ -33,6 +33,8 @@ type BundleOrderRecords struct { BundleCommonUid string `json:"bundleCommonUid" gorm:"column:bundle_common_uid;type:text;comment:套餐公共ID"` AddBundleCommonUid string `json:"addBundleCommonUid" gorm:"column:add_bundle_common_uid;type:text;comment:附加套餐公共ID"` FinancialConfirmation int32 `json:"financialConfirmation" gorm:"column:financial_confirmation;type:int;comment:财务确认 1:未确认 2:已确认"` + ExpirationTime string `json:"expirationTime" gorm:"column:expiration_time;comment:套餐过期时间"` + BundleCommonJson string `json:"bundle_common_json" gorm:"column:bundle_common_json;type:json;serializer:json;comment:套餐信息"` } // 财务确认状态