Novo repositorio do projeto

This commit is contained in:
2026-03-31 19:21:11 -03:00
commit 02cfd71cf4
57 changed files with 3734 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package com.agendaestudantil.dto;
public record RespostaLoginDTO(String token, RespostaEstudanteDTO estudante) {
}