export class SubgrupoVO { idSubgrupo: number; nome: string; descricao: string; ativo: boolean; }