新增几大中心功能

This commit is contained in:
Administrator
2026-04-23 15:29:07 +08:00
parent 5c2a146a44
commit c6354ee065
123 changed files with 13074 additions and 229 deletions

View File

@@ -4,6 +4,7 @@ import (
"os"
"git.echol.cn/loser/Go-Web-Template/server/global"
appModel "git.echol.cn/loser/Go-Web-Template/server/model/app"
commonModel "git.echol.cn/loser/Go-Web-Template/server/model/common"
"git.echol.cn/loser/Go-Web-Template/server/model/system"
@@ -46,6 +47,8 @@ func RegisterTables() {
system.SysApi{},
system.SysIgnoreApi{},
system.SysUser{},
system.InviteCode{},
system.UserInviteRelation{},
system.SysBaseMenu{},
system.JwtBlacklist{},
system.SysAuthority{},
@@ -56,6 +59,7 @@ func RegisterTables() {
system.SysBaseMenuBtn{},
system.SysAuthorityBtn{},
system.SysParams{},
system.SysParamChangeLog{},
system.SysError{},
system.SysApiToken{},
system.SysLoginLog{},
@@ -64,6 +68,18 @@ func RegisterTables() {
commonModel.ExaFileChunk{},
commonModel.ExaFileUploadAndDownload{},
commonModel.ExaAttachmentCategory{},
appModel.AppUser{},
appModel.AppUserProfile{},
appModel.AppInviteCode{},
appModel.AppUserInviteRelation{},
appModel.AppUserAsset{},
appModel.AppUserActivity{},
appModel.AppAssetTransaction{},
appModel.AppLoginLog{},
appModel.AppWithdrawOrder{},
appModel.AppRiskTag{},
appModel.AppUserRiskTag{},
)
if err != nil {
global.GVA_LOG.Error("register table failed", zap.Error(err))