model/plan.go
@@ -20,6 +20,7 @@ EndTime time.Time `json:"endTime" gorm:"column:end_time;type:datetime;comment:结束时间"` Content string `json:"content" gorm:"column:content;type:varchar(255);comment:计划内容"` File string `json:"file" gorm:"column:file;type:varchar(255);comment:附件"` gorm.Model `json:"-"` } PlanSearch struct {