文件业务逻辑修改

This commit is contained in:
2025-11-02 20:08:54 +08:00
parent a784624f19
commit 5e88fbd611
9 changed files with 98 additions and 21 deletions

View File

@@ -48,6 +48,9 @@ public class HotakeSysFile extends BaseEntity
@Excel(name = "文件大小,单位字节")
private Long fileSize;
@ApiModelProperty("计算转换后的文件大小")
private String fileSizeShow;
/** 文件存储路径物理路径或云存储URL */
@ApiModelProperty("文件存储路径物理路径或云存储URL")
@Excel(name = "文件存储路径", readConverterExp = "物理路径或云存储URL")