feat: 百科分类api

This commit is contained in:
Blizzard
2026-02-07 16:42:43 +08:00
parent 9adad90490
commit 15a25555c4
16 changed files with 379 additions and 12 deletions
+2
View File
@@ -47,6 +47,8 @@ func MigrateTable() {
plant.Post{}, //帖子
plant.PostLike{}, //帖子点赞
plant.PostComment{}, //帖子评论
plant.WikiClass{}, //百科分类
plant.Wiki{}, //百科植物
)
if err != nil {