feat: added delete file function

This commit is contained in:
RockYang
2024-02-19 16:43:03 +08:00
parent d05693c5c1
commit 0c27795a10
14 changed files with 130 additions and 43 deletions

View File

@@ -6,6 +6,7 @@ type File struct {
Id uint `gorm:"primarykey;column:id"`
UserId uint
Name string
ObjKey string
URL string
Ext string
Size int64