|
@@ -7,7 +7,7 @@ import (
|
|
|
)
|
|
|
|
|
|
type ReferencedExcelConfig struct {
|
|
|
- ReferencedExcelConfigId int `orm:"column(referenced_excel_config_id);pk;auto" ` // excel表格配置id
|
|
|
+ ReferencedExcelConfigId int `gorm:"column:referenced_excel_config_id;primaryKey;" ` // excel表格配置id
|
|
|
UniqueCode string // 表格唯一编码
|
|
|
ReferencedId int // 被引用的id,报告就是报告id,pptId
|
|
|
FromScene int // 引用类型 1智能研报 2研报列表 3英文研报 4PPT 5英文ppt
|