|
@@ -1,8 +1,9 @@
|
|
|
package ppt_english
|
|
|
|
|
|
import (
|
|
|
- "github.com/beego/beego/v2/client/orm"
|
|
|
"time"
|
|
|
+
|
|
|
+ "github.com/beego/beego/v2/client/orm"
|
|
|
)
|
|
|
|
|
|
// PptEnglishGrant Ppt授权表
|
|
@@ -98,6 +99,7 @@ type PptEnglishInfoGrantItem struct {
|
|
|
ReportCode string `description:"关联的报告code"`
|
|
|
IsShare int8 `description:"是否分享,0:不分享,1:分享"`
|
|
|
PublishTime time.Time `description:"发布时间"`
|
|
|
+ PptPage int `description:"PPT页数"`
|
|
|
//GrantId int64 `orm:"column(grant_id);pk;auto" description:"自增序号"`
|
|
|
//PptId int64 `description:"ppt ID"`
|
|
|
//DepartmentId int64 `description:"授权部门id"`
|