del: 移除无用工具函数代码

This commit is contained in:
TsMask
2024-06-17 15:17:32 +08:00
parent 3c1ad67cc8
commit 127bc54a3d
19 changed files with 0 additions and 1558 deletions

View File

@@ -23,6 +23,4 @@ type LoginUser struct {
// User 用户信息
User dborm.User `json:"user"`
Session dborm.Session `json:"-"`
}