DtoUzyTavCabeValp.java 541 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
package ec.edu.espe.movilidad.MovilidadWS.Dto;

import lombok.Data;
import org.springframework.web.multipart.MultipartFile;

import java.util.Date;

@Data
public class DtoUzyTavCabeValp {

    private Long uzytavcabevalp_id;
    private Long uzytavproyec_id;
    private Date uzytavcabevalp_fec_crea;
    private String uzytavcabevalp_observa;
    private Long uzytusuario_id;
    private Long uzytavconsolca_id;
    private Long uzytavdetcomca_id;
    private String uzytavcabevalp_estadofin;
    private String uzytavproyec_cumple_req;

}