mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Update Owner.java
This commit is contained in:
parent
4bb5292b3b
commit
dc8416749a
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ import jakarta.validation.constraints.NotBlank;
|
||||||
* @author Michael Isvy
|
* @author Michael Isvy
|
||||||
* @author Oliver Drotbohm
|
* @author Oliver Drotbohm
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
@Table(name = "owners")
|
@Table(name = "owners")
|
||||||
public class Owner extends Person {
|
public class Owner extends Person {
|
||||||
|
|
Loading…
Reference in a new issue