inserido acesso dos usuários
This commit is contained in:
@@ -6,6 +6,7 @@ class AlunoModel{
|
||||
String serie;
|
||||
String turma;
|
||||
String cidade;
|
||||
String login;
|
||||
var dados;
|
||||
|
||||
AlunoModel({
|
||||
@@ -16,6 +17,7 @@ class AlunoModel{
|
||||
required this.serie,
|
||||
required this.turma,
|
||||
required this.dados,
|
||||
required this.cidade
|
||||
required this.cidade,
|
||||
required this.login,
|
||||
});
|
||||
}
|
||||
@@ -1,9 +1,17 @@
|
||||
class LoginModel{
|
||||
String login;
|
||||
bool check;
|
||||
bool CHECK;
|
||||
String ID_USUARIO;
|
||||
String DATA;
|
||||
String CADASTRADO_POR;
|
||||
String CIDADE;
|
||||
String STATUS;
|
||||
|
||||
LoginModel({
|
||||
required this.login,
|
||||
required this.check,
|
||||
required this.CHECK,
|
||||
required this.ID_USUARIO,
|
||||
required this.DATA,
|
||||
required this.CADASTRADO_POR,
|
||||
required this.CIDADE,
|
||||
required this.STATUS
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user