feat: 更新模型以支持 UUID,添加注册请求 DTO,重构用户注册逻辑

This commit is contained in:
2025-12-19 16:32:49 +08:00
parent e031f3cc40
commit 922692b820
17 changed files with 380 additions and 147 deletions

View File

@@ -2,6 +2,7 @@ from . import response
from .user import (
LoginRequest,
RegisterRequest,
TokenResponse,
User,
UserBase,
@@ -21,6 +22,8 @@ from .object import (
DirectoryResponse,
Object,
ObjectBase,
ObjectDeleteRequest,
ObjectMoveRequest,
ObjectResponse,
ObjectType,
PolicyResponse,