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

br.com.swconsultoria.efd.icms.registros.blocoK.RegistroK010 Maven / Gradle / Ivy

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

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

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

    private final String reg = "K010";
    private String ind_tp_leiaute;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy