refactor: 重构 schemas 结构,统一枚举定义

This commit is contained in:
qzl
2026-03-25 12:36:31 +08:00
parent 389f5248fc
commit d22ded21f8
122 changed files with 774 additions and 1456 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import uvicorn
from app import app
from core.auth.models import CurrentUser
from schemas.user.context import UserContext
from schemas.shared.user import UserContext
from v1.users.dependencies import get_current_user, get_user_service
from v1.users.schemas import UserUpdateRequest