inserido acesso dos usuários
This commit is contained in:
@@ -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