Backend/src/app/models.py [51:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    IdTurno: str
    DescTurno: str
    IdEtapa: str
    DescEtapa: str
    IdSeriacao: str
    DescSeriacao: str
    IdDisciplina: str
    DescDisciplina: str
    IdProfessor: str
    NomeProfessor: str
    IdAluno: str
    IdTema: str
    DescTema: str
    IdTipo: str
    DescricaoTipo: str
    IdGenero: str
    DescricaoGenero: str
    IdProposta: str
    MinPalavras: int
    MaxPalavras: int
    TitleTema: str
    DescricaoPedido: str
    TextosMotivadores: str
    TituloRedacao: str
    Redacao: str
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Backend/src/app/schemas.py [34:58]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    IdTurno: str
    DescTurno: str
    IdEtapa: str
    DescEtapa: str
    IdSeriacao: str
    DescSeriacao: str
    IdDisciplina: str
    DescDisciplina: str
    IdProfessor: str
    NomeProfessor: str
    IdAluno: str
    IdTema: str
    DescTema: str
    IdTipo: str
    DescricaoTipo: str
    IdGenero: str
    DescricaoGenero: str
    IdProposta: str
    MinPalavras: int
    MaxPalavras: int
    TitleTema: str
    DescricaoPedido: str
    TextosMotivadores: str
    TituloRedacao: str
    Redacao: str
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



