|
@@ -10,16 +10,17 @@ import (
|
|
|
// ExcelTableDetailResp excel表格详情
|
|
|
type ExcelTableDetailResp struct {
|
|
|
//ChartInfo *ChartInfo
|
|
|
- UniqueCode string `description:"表格唯一code"`
|
|
|
- Source int `description:"表格来源,1:excel插件的表格,2:自定义表格,默认:1"`
|
|
|
- ExcelType int `description:"表格类型,1:指标列,2:日期列,默认:1"`
|
|
|
- ExcelImage string `description:"表格截图"`
|
|
|
- ExcelName string `description:"表格名称"`
|
|
|
- SourcesFrom string `description:"图表来源"`
|
|
|
- ExcelSource string `description:"表格来源str"`
|
|
|
- ExcelSourceEn string `description:"表格来源(英文)"`
|
|
|
- TableInfo excel.TableData
|
|
|
- Config ExcelTableDetailConfigResp
|
|
|
+ UniqueCode string `description:"表格唯一code"`
|
|
|
+ Source int `description:"表格来源,1:excel插件的表格,2:自定义表格,默认:1"`
|
|
|
+ ExcelType int `description:"表格类型,1:指标列,2:日期列,默认:1"`
|
|
|
+ ExcelImage string `description:"表格截图"`
|
|
|
+ ExcelName string `description:"表格名称"`
|
|
|
+ SourcesFrom string `description:"图表来源"`
|
|
|
+ ExcelSource string `description:"表格来源str"`
|
|
|
+ ExcelSourceEn string `description:"表格来源(英文)"`
|
|
|
+ TableInfo excel.TableData
|
|
|
+ Config ExcelTableDetailConfigResp
|
|
|
+ ReferencedExcelConfig models.ReferencedExcelConfig `description:"表格引用信息"`
|
|
|
}
|
|
|
|
|
|
// ExcelTableDetailConfigResp
|