|
@@ -33,6 +33,8 @@ type Report struct {
|
|
ChapterType string `description:"章节类型 day-晨报 week-周报"`
|
|
ChapterType string `description:"章节类型 day-晨报 week-周报"`
|
|
OldReportId int `description:"research_report表ID(后续一两个版本过渡需要,之后可移除)"`
|
|
OldReportId int `description:"research_report表ID(后续一两个版本过渡需要,之后可移除)"`
|
|
PreMsgSend int `description:"定时发布成功后是否立即推送模版消息:0否,1是"`
|
|
PreMsgSend int `description:"定时发布成功后是否立即推送模版消息:0否,1是"`
|
|
|
|
+ AdminId int
|
|
|
|
+ AdminName string `description:"系统用户名称"`
|
|
}
|
|
}
|
|
|
|
|
|
func GetReportById(reportId int) (item *ReportDetail, err error) {
|
|
func GetReportById(reportId int) (item *ReportDetail, err error) {
|