package ec.edu.espe.movilidad.MovilidadWS.Dto;
import lombok.Data;



@Data
public class DtoUzyTavDetActproy {
    private Long UZYTAVDETACTPROY_ID;
    private Long UZYTAVACTPROY_ID;
    private Long UZYTAVOBJETIVO_PROGRAMA_ID;
    private Short UZYTAVDETACTPROYPORCENT;
    private String UZYTAVDETACTPROYOBSERVA;
    private String UZYTAVDETACTPROYRESULTADO;
}