This commit is contained in:
2026-03-10 17:28:04 +08:00
parent 9a7bda9527
commit 4cd3954574
12 changed files with 1938 additions and 11 deletions

View File

@@ -260,6 +260,7 @@ func (a *Application) autoMigrate(db *gorm.DB) error {
// api
&apiEntities.ApiUser{},
&apiEntities.ApiCall{},
&apiEntities.Report{},
// 任务域
&taskEntities.AsyncTask{},