perf: 带文件导出代码优化

导出接口速度提升
导出文件名保留原名
This commit is contained in:
2023-09-28 14:06:58 +08:00
parent ddf4484753
commit 0c63b62788
4 changed files with 75 additions and 127 deletions
@@ -60,11 +60,11 @@ public class OSSFile extends JeroEntity {
private String sysOrgCode;
/**
* 带文件下载之后展示的名字
* 带文件下载的相对路径
*/
@TableField(exist = false)
@ApiModelProperty(value = "带文件下载之后展示的名字")
private String fileDisplayName;
@ApiModelProperty(value = "带文件下载的相对路径")
private String fileRelativePath;
@TableField(exist = false)