@@ -82,6 +82,7 @@ type ExcelInfoDetail struct {
UpdateUserId int `description:"更新人id"`
UpdateUserRealName string `description:"更新人真实姓名"`
RelExcelInfoId int `description:"平衡表里静态表关联的动态表excel id"`
+ SourcesFrom string `description:"图表来源"`
}
type BalanceChildTableResp struct {
@@ -101,6 +101,7 @@ func formatExcelInfo2Detail(excelInfo *excel.ExcelInfo, sysUserId int, lang stri
UpdateUserId: excelInfo.UpdateUserId,
UpdateUserRealName: excelInfo.UpdateUserRealName,
RelExcelInfoId: excelInfo.RelExcelInfoId,
+ SourcesFrom: excelInfo.SourcesFrom,
// 无权限,不需要返回数据