mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-05-20 09:55:25 +08:00
feat: 新增统一文件模块,统一文件操作
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user