export class CidadeDTO { idCidade?: number; nome?: string; ativo?: boolean; }