zwxi 10 months ago
parent
commit
bc9ef313ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/report.go

+ 1 - 0
models/report.go

@@ -226,6 +226,7 @@ type ReportDetail struct {
 	ThsMsgIsSend       int    `description:"客户群消息是否已发送,0:否,1:是"`
 	HasChapter         int    `description:"是否有章节 0-否 1-是"`
 	ChapterType        string `description:"章节类型 day-晨报 week-周报"`
+	ReportCode         string `description:"报告code"`
 }
 
 func GetReportById(reportId int) (item *ReportDetail, err error) {