mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
add email
This commit is contained in:
parent
8f0ea549ed
commit
eeb6f1f65c
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ public class Owner extends Person {
|
||||||
|
|
||||||
private int age;
|
private int age;
|
||||||
|
|
||||||
|
private String email;
|
||||||
|
|
||||||
public int getAge() {
|
public int getAge() {
|
||||||
return age;
|
return age;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue