mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-15 21:01:40 +08:00
/file/list; /file/object/list 修改为POST提交;完善上传文件部分代码;清理多余import;修正一些代码Bug
This commit is contained in:
@@ -11,6 +11,15 @@ public class FileObjectModel {
|
||||
// 存储的文件Id
|
||||
private Integer fileId;
|
||||
|
||||
// 文件名
|
||||
private String fileName;
|
||||
|
||||
// 文件大小
|
||||
private Long fileSize;
|
||||
|
||||
// 文件类型
|
||||
private String fileType;
|
||||
|
||||
// 文件存储介质类型
|
||||
String storageMediumType;
|
||||
|
||||
@@ -24,6 +33,12 @@ public class FileObjectModel {
|
||||
// 文件提取码
|
||||
String fileShareCode;
|
||||
|
||||
// 文件上传状态
|
||||
String uploadStatus;
|
||||
|
||||
// 文件哈希 - SHA1
|
||||
String hashSha1;
|
||||
|
||||
// 附加字段(JSON存储)
|
||||
String additionalFields;
|
||||
}
|
||||
|
Reference in New Issue
Block a user