Skip to content

Commit

Permalink
adicionando extend dFBase no retorno da MDFe (#847)
Browse files Browse the repository at this point in the history
* adicionando extend dFBase no retorno da MDFe

* adicionando import do DFBase

Co-authored-by: Eduardo <[email protected]>
  • Loading branch information
EduardoSabadin and Eduardo authored Nov 8, 2022
1 parent a5f2296 commit a31e4e1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
package com.fincatto.documentofiscal.mdfe3.classes.lote.envio;

import com.fincatto.documentofiscal.DFBase;

/**
* Created by Eldevan Nery Junior on 14/11/17.
*
* Retorno do envio de Lote MDF-e.
*
*/
public class MDFEnvioLoteRetornoDados {
public class MDFEnvioLoteRetornoDados extends DFBase {

private final MDFEnvioLoteRetorno retorno;
private final MDFEnvioLote loteAssinado;
Expand Down

0 comments on commit a31e4e1

Please sign in to comment.