All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.swconsultoria.efd.icms.registros.bloco0.Registro0220 Maven / Gradle / Ivy

The newest version!
/**
 *
 */
package br.com.swconsultoria.efd.icms.registros.bloco0;

import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;

/**
 * @author Samuel Oliveira
 *
 */
@EqualsAndHashCode
@Getter
@Setter
public class Registro0220 {

    private final String reg = "0220";
    private String unid_conv;
    private String fat_conv;
    private String cod_barra;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy