mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45: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 String email;
|
||||
|
||||
public int getAge() {
|
||||
return age;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue