|
@@ -1,8 +1,9 @@
|
|
|
package ppt_english
|
|
|
|
|
|
import (
|
|
|
- "github.com/beego/beego/v2/client/orm"
|
|
|
"time"
|
|
|
+
|
|
|
+ "github.com/beego/beego/v2/client/orm"
|
|
|
)
|
|
|
|
|
|
type PptEnglishGroup struct {
|
|
@@ -227,6 +228,7 @@ 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:"发布时间"`
|