🎨 新增vip模块

This commit is contained in:
2025-05-09 11:49:44 +08:00
parent 7903175c91
commit bf220076dd
12 changed files with 226 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import (
"git.echol.cn/loser/lckt/model/bot"
"git.echol.cn/loser/lckt/model/category"
"git.echol.cn/loser/lckt/model/user"
"git.echol.cn/loser/lckt/model/vip"
)
func bizModel() error {
@@ -15,6 +16,7 @@ func bizModel() error {
bot.Bot{},
article.Article{},
user.User{},
vip.Vip{},
)
if err != nil {
return err