|
@@ -15,6 +15,7 @@ type ExcelTableDetailResp struct {
|
|
|
ExcelType int `description:"表格类型,1:指标列,2:日期列,默认:1"`
|
|
|
ExcelImage string `description:"表格截图"`
|
|
|
ExcelName string `description:"表格名称"`
|
|
|
+ SourcesFrom string `description:"图表来源"`
|
|
|
TableInfo excel.TableData
|
|
|
Config ExcelTableDetailConfigResp
|
|
|
}
|