salvando o cpf do funcionario no mariaDB
This commit is contained in:
@@ -11,6 +11,7 @@ class ItemAcesso extends StatelessWidget {
|
||||
String DATA;
|
||||
String CADASTRADO_POR;
|
||||
String CIDADE;
|
||||
String CPF;
|
||||
var onChanged;
|
||||
int index;
|
||||
|
||||
@@ -21,6 +22,7 @@ class ItemAcesso extends StatelessWidget {
|
||||
required this.DATA,
|
||||
required this.CADASTRADO_POR,
|
||||
required this.CIDADE,
|
||||
required this.CPF,
|
||||
required this.onChanged,
|
||||
required this.index,
|
||||
});
|
||||
@@ -48,6 +50,10 @@ class ItemAcesso extends StatelessWidget {
|
||||
width: width*0.12,
|
||||
child: TextCustom(text: ID_USUARIO)
|
||||
),
|
||||
Container(
|
||||
width: width*0.1,
|
||||
child: TextCustom(text: CPF)
|
||||
),
|
||||
Container(
|
||||
width: width*0.2,
|
||||
child: TextCustom(text: NO_USUARIO_SISTEMA)
|
||||
|
||||
Reference in New Issue
Block a user