salvando o cpf do funcionario no mariaDB
This commit is contained in:
@@ -6,6 +6,7 @@ class LoginModel{
|
||||
String CADASTRADO_POR;
|
||||
String CIDADE;
|
||||
String STATUS;
|
||||
String CPF;
|
||||
|
||||
LoginModel({
|
||||
required this.CHECK,
|
||||
@@ -14,6 +15,7 @@ class LoginModel{
|
||||
required this.DATA,
|
||||
required this.CADASTRADO_POR,
|
||||
required this.CIDADE,
|
||||
required this.STATUS
|
||||
required this.STATUS,
|
||||
required this.CPF
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user