salvando o cpf do funcionario no mariaDB

This commit is contained in:
Reginaldo
2023-11-13 11:12:35 -03:00
parent 4f5c40e8af
commit 407fb745ea
3 changed files with 17 additions and 2 deletions

View File

@@ -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)