recuperação dos dados cadastro individual
This commit is contained in:
@@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
|
||||
import 'package:rkm/models/city_load_model.dart';
|
||||
import 'package:rkm/models/type_breed_model.dart';
|
||||
import 'package:rkm/models/type_certificate_model.dart';
|
||||
import '../models/type_kin_model.dart';
|
||||
import '../models/type_marital_model.dart';
|
||||
import '../models/type_scooling_model.dart';
|
||||
import 'color_palette.dart';
|
||||
@@ -179,6 +180,18 @@ class ConstVariable{
|
||||
TypeMaritalModel(cod: 5,title: 'UNIAO ESTAVEL'),
|
||||
TypeMaritalModel(cod: 3,title: 'VIUVO(A)'),
|
||||
];
|
||||
List<TypeKinModel> listKin = [
|
||||
TypeKinModel(cod: 1,title: 'CÔNJUGE/COMPANHEIRO(A)'),
|
||||
TypeKinModel(cod: 2,title: 'FILHO(A)'),
|
||||
TypeKinModel(cod: 3,title: 'ENTEADO(A)'),
|
||||
TypeKinModel(cod: 4,title: 'NETO(A)/BISNETO(A)'),
|
||||
TypeKinModel(cod: 5,title: 'PAI/MÃE'),
|
||||
TypeKinModel(cod: 6,title: 'SOGRO(A)'),
|
||||
TypeKinModel(cod: 7,title: 'IRMÃO(A)'),
|
||||
TypeKinModel(cod: 8,title: 'GENRO/NORA'),
|
||||
TypeKinModel(cod: 9,title: 'OUTRO PARENTE'),
|
||||
TypeKinModel(cod: 10,title: 'NÃO PARENTE'),
|
||||
];
|
||||
List<String> listGender = [
|
||||
'FEMININO','MASCULINO'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user