|
@@ -416,6 +416,7 @@ type PptReportItem struct {
|
|
|
PptVersion int `description:"是否ppt的旧版本;1:旧的,2:新的"`
|
|
|
PptxUrl string `description:"pptx下载地址"`
|
|
|
PptPage int `description:"PPT总页数"`
|
|
|
+ Abstract string `description:"摘要"`
|
|
|
//Content string `description:"内容"`
|
|
|
TitleSetting string `description:"PPT标题设置"`
|
|
|
State int `description:"报告状态:1-未发布;2-已发布;3-待提交;4-待审批;5-已驳回;6-已通过"`
|
|
@@ -447,6 +448,7 @@ func (m *PptV2) Format2ReportItem(origin *PptV2) (item *PptReportItem) {
|
|
|
item.PptId = origin.PptId
|
|
|
item.Title = origin.Title
|
|
|
item.ClassifyId = origin.ClassifyId
|
|
|
+ item.Abstract = origin.Abstract
|
|
|
item.PptVersion = int(origin.PptVersion)
|
|
|
item.PptxUrl = origin.PptxUrl
|
|
|
item.PptPage = origin.PptPage
|