From 090d1ac8cc2996e808046660c3d6c61d6347f0d2 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Wed, 11 Mar 2026 19:37:32 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E6=9B=B4=E6=96=B0=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/model/questionnaire_survey.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/model/questionnaire_survey.go b/internal/model/questionnaire_survey.go index 2032918..9176b68 100644 --- a/internal/model/questionnaire_survey.go +++ b/internal/model/questionnaire_survey.go @@ -32,6 +32,7 @@ func (QuestionnaireSurvey) TableName() string { } type BundleInfo struct { + UserName string `gorm:"column:user_name;not null;comment:用户姓名" json:"user_name"` BundleName string `gorm:"column:bundle_name;not null;comment:套餐名称" json:"bundle_name"` StartAt time.Time `gorm:"column:start_at;type:datetime;comment:套餐开始时间"` ExpiredAt time.Time `gorm:"column:expired_at;type:datetime;comment:套餐过期时间"`