feat: Refactor DTOs and models to use from_attributes, update database schema references, and implement trailer types

This commit is contained in:
2025-11-11 14:43:07 -06:00
parent 52b8fcd434
commit ac7f8d19d8
28 changed files with 50 additions and 235 deletions

View File

@@ -19,4 +19,4 @@ class TrailerCreateDTO(TrailerBaseDTO):
class TrailerResponseDTO(TrailerBaseDTO):
class Config:
orm_mode = True
from_attributes = True