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")
|
||||
private LocalDate date;
|
||||
|
||||
@Column(name = "visit_date")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
private LocalDate startdate;
|
||||
|
||||
@NotEmpty
|
||||
private String description;
|
||||
|
||||
|
|
Loading…
Reference in a new issue