mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-15 21:01:40 +08:00
数据库 file_info, file_object_info 大调整;删除ScheduleTask代码及数据库
This commit is contained in:
@@ -11,17 +11,11 @@ public class FileObjectModel {
|
||||
// 存储的文件Id
|
||||
private Integer fileId;
|
||||
|
||||
// 文件名
|
||||
private String fileName;
|
||||
|
||||
// 文件大小
|
||||
private Long fileSize;
|
||||
|
||||
// 文件类型
|
||||
private String fileType;
|
||||
// 文件上传状态
|
||||
String uploadStatus;
|
||||
|
||||
// 文件存储介质类型
|
||||
String storageMediumType;
|
||||
String storageMedium;
|
||||
|
||||
// 文件地址
|
||||
// 如果是网盘就是分享链接,如果是本地存储就是文件路径
|
||||
@@ -35,13 +29,4 @@ public class FileObjectModel {
|
||||
|
||||
// 文件最后修改时间戳
|
||||
Long lastModified;
|
||||
|
||||
// 文件上传状态
|
||||
String uploadStatus;
|
||||
|
||||
// 文件哈希 - SHA1
|
||||
String fileSha1;
|
||||
|
||||
// 附加字段(JSON存储)
|
||||
String additionalFields;
|
||||
}
|
||||
|
Reference in New Issue
Block a user