zwxi 1 년 전
부모
커밋
bc9ef313ad
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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) {