mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-25 17:16:33 +08:00
feat: 新增统一文件模块,统一文件操作
This commit is contained in:
7
server/internal/file/api/vo/file.go
Normal file
7
server/internal/file/api/vo/file.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package vo
|
||||
|
||||
type SimpleFile struct {
|
||||
Filename string `json:"filename"`
|
||||
FileKey string `json:"fileKey"`
|
||||
Size int64 `json:"size"`
|
||||
}
|
||||
Reference in New Issue
Block a user