Atualizações do Visuais

This commit is contained in:
2026-05-31 22:15:03 -03:00
parent 3ed2fcf0b7
commit 2bdce62414
77 changed files with 6675 additions and 0 deletions
@@ -0,0 +1,10 @@
package com.agendaestudantil.dto;
public record RespostaEstudanteDTO(
String id,
String nome,
String email,
String curso,
Integer periodo
) {
}