feat(store): add TaskStore CRUD and batch query methods for files and blobs

This commit is contained in:
dailz
2026-04-15 21:30:51 +08:00
parent d46a784efb
commit acf8c1d62b
7 changed files with 520 additions and 0 deletions

View File

@@ -47,5 +47,6 @@ func AutoMigrate(db *gorm.DB) error {
&model.Folder{},
&model.UploadSession{},
&model.UploadChunk{},
&model.Task{},
)
}