Merge branch 'feat-hjj-QuestionnaireSurvey' into dev

This commit is contained in:
jiaji.H 2026-03-11 19:37:38 +08:00
commit ecd11a8901

View File

@ -32,6 +32,7 @@ func (QuestionnaireSurvey) TableName() string {
} }
type BundleInfo struct { 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"` BundleName string `gorm:"column:bundle_name;not null;comment:套餐名称" json:"bundle_name"`
StartAt time.Time `gorm:"column:start_at;type:datetime;comment:套餐开始时间"` StartAt time.Time `gorm:"column:start_at;type:datetime;comment:套餐开始时间"`
ExpiredAt time.Time `gorm:"column:expired_at;type:datetime;comment:套餐过期时间"` ExpiredAt time.Time `gorm:"column:expired_at;type:datetime;comment:套餐过期时间"`