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