zwxi 10 months ago
parent
commit
c9c658b614
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/smart_report/smart_resource.go

+ 1 - 0
models/smart_report/smart_resource.go

@@ -52,6 +52,7 @@ type SmartReportResourceItem struct {
 	ResourceId int    `orm:"column(resource_id);pk" description:"智能研报资源ID"`
 	ImgUrl     string // 图片链接
 	ImgName    string // 图片名称
+	Style      string // 版图样式
 	Type       int    // 类型 1-版头 2-版尾
 	CreateTime string // 创建时间
 }