add email

This commit is contained in:
bamyam 2023-11-01 12:41:51 +09:00
parent 8f0ea549ed
commit eeb6f1f65c

View file

@ -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;
} }