class Employee { Integer id; String name; String city; Double salary; LocalDate birth; }