feat: attachments manage function is ready

This commit is contained in:
RockYang
2024-01-15 18:48:01 +08:00
parent dc24a8c781
commit bd057a4cc9
30 changed files with 336 additions and 9 deletions

View File

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