文件模块已完成

This commit is contained in:
2025-05-06 20:17:59 +08:00
parent e1458e937b
commit ef88f4be1e
18 changed files with 120 additions and 44 deletions

View File

@ -51,6 +51,11 @@ public class FileInfo implements Serializable {
*/
private String biz;
/**
* 文件hash值
*/
private String hashValue;
/**
* 是否删除
*/