VisitJPA corregido

This commit is contained in:
Alejandro Linares Amado
2019-12-04 02:30:33 +01:00
parent c108063664
commit 5a3d56014b

View File

@@ -24,7 +24,7 @@ public class VisitJPA implements Serializable {
@Id
private Integer id;
private Date date;
private String time;
private Time time;
private String observations;
private String result;