Browse Source

英文研报详情新增overview字段

hsun 2 years ago
parent
commit
3f17e8cf0b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/english_report.go

+ 1 - 0
models/english_report.go

@@ -27,6 +27,7 @@ type EnglishReportDetail struct {
 	ThsMsgIsSend       int    `description:"客户群消息是否已发送,0:否,1:是"`
 	HasChapter         int    `description:"是否有章节 0-否 1-是"`
 	ChapterType        string `description:"章节类型 day-晨报 week-周报"`
+	Overview           string `description:"英文概述部分"`
 }
 
 func GetEnglishReportByCode(reportCode string) (item *EnglishReportDetail, err error) {