优化:增加文件后缀名显示

This commit is contained in:
s2042968 2025-02-19 17:57:28 +08:00
parent 086ec057a0
commit 1f1266bbee
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ public class FileSimpleInfoVO {
*/ */
private String fileName; private String fileName;
/**
* 文件类型
*/
private String fileType;
/** /**
* 文件编号 * 文件编号
*/ */