优化数据库结构与数据插入逻辑

This commit is contained in:
2025-04-12 18:03:44 +08:00
parent 438a55cc3e
commit 8c268fd7a9
28 changed files with 218 additions and 213 deletions

View File

@@ -11,6 +11,7 @@ import (
// 创建测试用的认证上下文
func createTestAuthContext() AuthContext {
//goland:noinspection ALL
return AuthContext{
Payload: Payload{
Type: PayloadUser,