package fr.triplea.demovote.dto; public record ProductionFile ( int numeroProduction, String titre, String nomArchive, String archive ) { }