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