package br.com.elotech.model.familia.membro;

import lombok.Data;

import java.util.Date;

/**
 * User: claiton.nazaret
 * Date: 20/02/2019
 * Time: 12:02
 */
@Data
public class Reg19 {
  private Date dataExcMbo = null;
  private String cpfOperExcMbo = null;
  private String motivoExcMbo = null;
  private String numPgmcuMbo = null;
  private Date datEmiPgmcuMbo = null;
  private String nomServdPbcoPgmcuMbo = null;
  private String cpfServdPbcoPgmcuPgmcuMbo = null;
  private String ufPgmcuMbo = null;
  private String munPgmcuMbo = null;
  private String nomCartorioCertidMboExc = null;
  private String codLivroTermoCertidMboExc = null;
  private String codFolhaTermoCertidMboExc = null;
  private String codTermoMatriculaCertidMboExc = null;
  private Date dtaEmissaoCertidMboExc = null;
  private String sigUfCertidMboExc = null;
  private String nomMunicCertidMboExc = null;
  private String codIbgeMunicCertidMboExc = null;
  private String descMotExc = null;
}
