优化代码

This commit is contained in:
不做码农
2021-12-24 14:14:38 +08:00
parent 0334c1e1e8
commit a3d0a2b403
6 changed files with 17 additions and 26 deletions

View File

@@ -160,6 +160,7 @@ ${end}
return ToResponse(response);
}
$if(replaceDto.ShowBtnExport)
/// <summary>
/// ${genTable.FunctionName}导出
/// </summary>
@@ -174,5 +175,6 @@ ${end}
string sFileName = ExportExcel(list, "${replaceDto.ModelTypeName}", "${genTable.FunctionName}");
return SUCCESS(new { path = "/export/" + sFileName, fileName = sFileName });
}
$end
}
}