优化:增加文件后缀名显示
This commit is contained in:
parent
086ec057a0
commit
1f1266bbee
|
|
@ -15,6 +15,11 @@ public class FileSimpleInfoVO {
|
|||
*/
|
||||
private String fileName;
|
||||
|
||||
/**
|
||||
* 文件类型
|
||||
*/
|
||||
private String fileType;
|
||||
|
||||
/**
|
||||
* 文件编号
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue