🎨 新增余额记录功能

This commit is contained in:
2025-09-10 00:33:06 +08:00
parent c588e9efe7
commit b8b859f890
7 changed files with 122 additions and 4 deletions

View File

@@ -86,6 +86,8 @@ func RegisterTables() {
user.LoginLog{},
app.RedeemCode{},
app.CDK{},
app.BalanceLog{},
app.With{},
)
if err != nil {
global.GVA_LOG.Error("register table failed", zap.Error(err))