完善文案的状态流转

This commit is contained in:
sjk
2025-12-20 01:05:46 +08:00
parent 6802624e59
commit 15b579d64a
13 changed files with 547 additions and 181 deletions

View File

@@ -54,6 +54,7 @@ func AutoMigrate() error {
&models.PublishRecord{},
&models.ArticleImage{},
&models.ArticleTag{},
&models.Author{},
&models.Log{},
// &models.XHSAccount{}, // 不再使用,小红书信息直接存储在 ai_users 表中
)