Prechádzať zdrojové kódy

ppt 新增 中间页封底页

gmy 3 mesiacov pred
rodič
commit
313d7cdf28
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      models/ppt_v2.go

+ 1 - 1
models/ppt_v2.go

@@ -45,7 +45,7 @@ type PptV2 struct {
 	OutReportId          string    `gorm:"column:out_report_id" description:"外部报告ID(或编码)"`
 	OutReportId          string    `gorm:"column:out_report_id" description:"外部报告ID(或编码)"`
 	State                int       `gorm:"column:state" description:"报告状态:1-未发布;2-已发布;3-待提交;4-待审批;5-已驳回;6-已通过"`
 	State                int       `gorm:"column:state" description:"报告状态:1-未发布;2-已发布;3-待提交;4-待审批;5-已驳回;6-已通过"`
 	TopicEndTime         time.Time `gorm:"column:topic_end_time" description:"课题结束时间"`
 	TopicEndTime         time.Time `gorm:"column:topic_end_time" description:"课题结束时间"`
-	CurrentBackgroundImg string    `gorm:"column:current_background_img " description:"背景图片"`
+	CurrentBackgroundImg string    `gorm:"column:current_background_img" description:"背景图片"`
 	BackCoverImg         string    `gorm:"column:back_cover_img" description:"封底图片"`
 	BackCoverImg         string    `gorm:"column:back_cover_img" description:"封底图片"`
 }
 }