salvando os logs
This commit is contained in:
@@ -1,23 +1,27 @@
|
||||
class EstudanteModelo{
|
||||
String nome;
|
||||
String foto;
|
||||
String ra;
|
||||
String escola;
|
||||
int idade;
|
||||
int anoEscolar;
|
||||
String NO_ALUNO;
|
||||
String FOTO_ALUNO;
|
||||
String RA_ALUNO;
|
||||
String ESCOLA;
|
||||
int IDADE_ALUNO;
|
||||
int ANO_LETIVO;
|
||||
var dados;
|
||||
int nroAluno;
|
||||
String cidade;
|
||||
String NO_USUARIO;
|
||||
String CD_USUARIO;
|
||||
|
||||
EstudanteModelo({
|
||||
required this.nome,
|
||||
required this.foto,
|
||||
required this.ra,
|
||||
required this.escola,
|
||||
required this.idade,
|
||||
required this.anoEscolar,
|
||||
required this.NO_ALUNO,
|
||||
required this.FOTO_ALUNO,
|
||||
required this.RA_ALUNO,
|
||||
required this.ESCOLA,
|
||||
required this.IDADE_ALUNO,
|
||||
required this.ANO_LETIVO,
|
||||
required this.dados,
|
||||
required this.nroAluno,
|
||||
required this.cidade
|
||||
required this.cidade,
|
||||
required this.NO_USUARIO,
|
||||
required this.CD_USUARIO
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user