=========================================== application/dto/technical_inspection_dto.rs =========================================== :Fichier: ``backend/src/application/dto/technical_inspection_dto.rs`` :Type: RUST :Lignes de Code: 155 :Couche: Application (Use Cases) :Tests: ❌ Non À quoi sert ce fichier ? ======================== Data Transfer Object (DTO) pour **technical inspection**. Définit les contrats d'API REST (requêtes/réponses) avec validation et sérialisation JSON. API Publique ============ Structures ---------- - ``CreateTechnicalInspectionDto`` - ``UpdateTechnicalInspectionDto`` - ``TechnicalInspectionResponseDto`` - ``AddReportDto`` - ``AddInspectionPhotoDto`` - ``AddCertificateDto`` - ``TechnicalInspectionListResponseDto`` - ``InspectionStatusDto`` Code Source =========== Voir: ``backend/src/application/dto/technical_inspection_dto.rs`` Documentation Connexe ===================== .. seealso:: - :doc:`/CLAUDE` - :doc:`/ARCHITECTURE`