|
@@ -228,10 +228,10 @@ type RespGroupPptListItem struct {
|
|
|
PptVersion int8 `description:"是否ppt的旧版本;1:旧的,2:新的"`
|
|
|
IsSingleShare int8 `description:"是否是单个共享ppt,0未单个共享,1共享"`
|
|
|
PptxUrl string `description:"pptx下载地址"`
|
|
|
+ PptPage int `description:"PPT总页数"`
|
|
|
ReportId int `description:"关联的报告ID"`
|
|
|
ReportCode string `description:"关联的报告code"`
|
|
|
PublishTime string `description:"发布时间"`
|
|
|
- PptPage int `description:"PPT总页数"`
|
|
|
}
|
|
|
|
|
|
func (p RespGroupPptList) Len() int {
|