🎨 新增讲师关注功能

This commit is contained in:
2025-09-06 21:47:31 +08:00
parent 90bd42d488
commit 7bcc2370bd
7 changed files with 230 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ func RegisterTables() {
category.Category{},
notice.Notice{},
vip.Vip{},
app.Follow{},
)
if err != nil {
global.GVA_LOG.Error("register table failed", zap.Error(err))