|
@@ -24,6 +24,7 @@ type AddExcelInfoReq struct {
|
|
|
Content string `description:"Excel表格内容"`
|
|
|
TableData interface{} `description:"自定义表格的数据内容"`
|
|
|
ParentId int `description:"表格的父级id"`
|
|
|
+ SourcesFrom string `description:"图表来源"`
|
|
|
}
|
|
|
|
|
|
// EditExcelInfoReq 编辑表格请求
|
|
@@ -35,6 +36,7 @@ type EditExcelInfoReq struct {
|
|
|
ExcelClassifyId int `description:"分类id"`
|
|
|
Content string `description:"Excel表格内容"`
|
|
|
TableData interface{} `description:"自定义表格的数据内容"`
|
|
|
+ SourcesFrom string `description:"图表来源"`
|
|
|
}
|
|
|
|
|
|
// SetExcelInfoImageReq 设置excel表格图片请求
|