Refactor: Pacotes em Português, Documentação da API e limpeza de arquivos

This commit is contained in:
2026-03-01 19:15:41 -03:00
parent 133f847d50
commit 88af1d35b1
54 changed files with 1691 additions and 595 deletions

View File

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