feat: add hosted message

This commit is contained in:
engigu
2025-01-01 17:30:54 +08:00
parent 344ace9020
commit 42eb0b2946
18 changed files with 506 additions and 19 deletions
+1
View File
@@ -65,6 +65,7 @@ func Setup() {
&models.SendTasksIns{},
&models.Settings{},
&models.CronMessages{},
&models.HostedMessage{},
}
for _, table := range tables {