perf: 带文件导出代码优化
导出接口速度提升 导出文件名保留原名
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user