Merge branch 'feat-hjj-QuestionnaireSurvey' into dev
This commit is contained in:
commit
ecd11a8901
@ -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:套餐过期时间"`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user