mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-15 21:01:40 +08:00
hashSha1统一修改为fileSha1;文件管理列表添加状态显示;前端传递参数微调
This commit is contained in:
@@ -37,7 +37,7 @@ public class FileObjectModel {
|
||||
String uploadStatus;
|
||||
|
||||
// 文件哈希 - SHA1
|
||||
String hashSha1;
|
||||
String fileSha1;
|
||||
|
||||
// 附加字段(JSON存储)
|
||||
String additionalFields;
|
||||
|
Reference in New Issue
Block a user