enviando cadastro cidadão individual

This commit is contained in:
Reginaldo
2023-04-27 23:34:27 -03:00
parent 15419365dc
commit 0ba2af9e2c
16 changed files with 925 additions and 404 deletions

View File

@@ -206,7 +206,7 @@ class ConstVariable{
List<DropDownDataModel> listGenderIdent = [
DropDownDataModel(cod: 1, title: 'NÃO DESEJA INFORMAR'),
DropDownDataModel(cod: 2, title: 'HOMEM TRANSEXUA'),
DropDownDataModel(cod: 2, title: 'HOMEM TRANSEXUAL'),
DropDownDataModel(cod: 3, title: 'MULHER TRANSEXUAL'),
DropDownDataModel(cod: 4, title: 'TRAVESTI'),
DropDownDataModel(cod: 5, title: 'OUTRO'),