feat: 新增统一文件模块,统一文件操作

This commit is contained in:
meilin.huang
2024-10-21 22:27:42 +08:00
parent 6343173cf8
commit ea3c70a8a8
71 changed files with 1642 additions and 1216 deletions

View File

@@ -7,7 +7,6 @@ type DbTransferFileListVO struct {
CreateTime *time.Time `json:"createTime"`
Status int8 `json:"status"`
FileDbType string `json:"fileDbType"`
FileName string `json:"fileName"`
FileUuid string `json:"fileUuid"`
FileKey string `json:"fileKey"`
LogId uint64 `json:"logId"` // 日志ID
}