@@ -1675,6 +1675,7 @@ func (c *ExcelInfoController) GetExcelTableData() {
SourcesFrom: excelInfo.SourcesFrom,
ExcelSource: excelSource,
ExcelSourceEn: excelSourceEn,
+ ExcelInfoId: excelInfo.ExcelInfoId,
}
br.Ret = 200
br.Success = true
@@ -31,6 +31,7 @@ type ExcelTableDetailResp struct {
SourcesFrom string `description:"图表来源"`
ExcelSource string `description:"表格来源str"`
ExcelSourceEn string `description:"表格来源(英文)"`
+ ExcelInfoId int `description:"表id"`
// ExcelTableDetailConfigResp