continuação da recuperação dos dados cadastro individual e ajustes de layout e models
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class TypeBreedModel{
|
||||
class DropDownDataModel{
|
||||
int cod;
|
||||
String title;
|
||||
|
||||
TypeBreedModel({
|
||||
DropDownDataModel({
|
||||
required this.cod,
|
||||
required this.title
|
||||
});
|
||||
@@ -1,10 +0,0 @@
|
||||
class TypeCertificateModel{
|
||||
int cod;
|
||||
String title;
|
||||
|
||||
TypeCertificateModel({
|
||||
required this.cod,
|
||||
required this.title
|
||||
});
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
class TypeDeficiencyModel{
|
||||
int cod;
|
||||
String title;
|
||||
|
||||
TypeDeficiencyModel({
|
||||
required this.cod,
|
||||
required this.title
|
||||
});
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
class TypeKinModel{
|
||||
int cod;
|
||||
String title;
|
||||
|
||||
TypeKinModel({
|
||||
required this.cod,
|
||||
required this.title
|
||||
});
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
class TypeMaritalModel{
|
||||
int cod;
|
||||
String title;
|
||||
|
||||
TypeMaritalModel({
|
||||
required this.cod,
|
||||
required this.title
|
||||
});
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
class TypeScoolingModel{
|
||||
int cod;
|
||||
String title;
|
||||
|
||||
TypeScoolingModel({
|
||||
required this.cod,
|
||||
required this.title
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user