SupplementVerreIteDTO.java
package com.sintia.ffl.admin.optique.services.dto.isea;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
@Data
public class SupplementVerreIteDTO implements Serializable {
private static final long serialVersionUID = 1L;
private String cSupplementVerre;
private String cOptoCodeFabricant;
private String cOptoCodeDistributeur;
private String lSupplementVerre;
private String cTypeSupplement;
private String cTypeTraitAntireflet;
private String cProcedeSpecialFabrication;
private String cTypeTeinte;
private String bCouchePhotochromique;
private String bAntirayure;
private String bAntisalissure;
private String bCoucheUv;
private String bSaisie;
private Date dCreation;
private Date dMaj;
}