fix
wangpengfei
2023-07-13 589191bfe2263228e20ae6de9f74badb7207b912
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 {