salvas novas chamadas no banco na tela_faltas.dart
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class ModeloPresencaAluno{
|
||||
String DT_DIARIO_CLASSE;
|
||||
int CD_SALA;
|
||||
int CD_AULA1;
|
||||
int CD_AULA2;
|
||||
int CD_AULA3;
|
||||
@@ -15,9 +16,12 @@ class ModeloPresencaAluno{
|
||||
String NO_ALUNO;
|
||||
String NR_TURMA;
|
||||
int CD_DISCIPLINA;
|
||||
String STATUS;
|
||||
String STATUS_DADOS;
|
||||
|
||||
ModeloPresencaAluno({
|
||||
required this.DT_DIARIO_CLASSE,
|
||||
required this.CD_SALA,
|
||||
required this.CD_MATRICULA,
|
||||
required this.CD_ALUNO,
|
||||
required this.NO_ALUNO,
|
||||
@@ -33,5 +37,7 @@ class ModeloPresencaAluno{
|
||||
this.FL_PRESENTE_AUSENTE3 = false,
|
||||
this.FL_PRESENTE_AUSENTE4 = false,
|
||||
this.FL_PRESENTE_AUSENTE5 = false,
|
||||
required this.STATUS,
|
||||
this.STATUS_DADOS = 'NOVO'
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user