ajustes no app para a api_homol
This commit is contained in:
@@ -10,6 +10,7 @@ class EstudanteModelo{
|
||||
String cidade;
|
||||
String NO_USUARIO;
|
||||
String CD_USUARIO;
|
||||
String URL;
|
||||
|
||||
EstudanteModelo({
|
||||
required this.NO_ALUNO,
|
||||
@@ -22,6 +23,7 @@ class EstudanteModelo{
|
||||
required this.nroAluno,
|
||||
required this.cidade,
|
||||
required this.NO_USUARIO,
|
||||
required this.CD_USUARIO
|
||||
required this.CD_USUARIO,
|
||||
required this.URL
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user