mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
updated startdate
This commit is contained in:
parent
79456cc23a
commit
e0beb74146
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ public class Visit extends BaseEntity {
|
||||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||||
private LocalDate date;
|
private LocalDate date;
|
||||||
|
|
||||||
|
@Column(name = "visit_date")
|
||||||
|
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||||
|
private LocalDate startdate;
|
||||||
|
|
||||||
@NotEmpty
|
@NotEmpty
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue