1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-15 21:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

添加文件修改日期字段;前端列表小调整

This commit is contained in:
2022-04-15 23:33:31 +08:00
parent 3b29820f2c
commit 3dac60ced6
10 changed files with 80 additions and 20 deletions

View File

@@ -33,6 +33,9 @@ public class FileObjectModel {
// 文件提取码
String fileShareCode;
// 文件最后修改时间戳
Long lastModified;
// 文件上传状态
String uploadStatus;