ENCOA-308

This commit is contained in:
Carlos-Mesquita
2025-01-05 19:04:23 +00:00
parent b4d4afd83a
commit fb73213d63
4 changed files with 18 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ class Entity(BaseModel):
class UserDTO(BaseModel):
id: uuid.UUID = Field(default_factory=uuid.uuid4)
id: str
email: str
name: str
type: str