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:套餐过期时间"`