public class Emplyoee { Integer id; String name; String city; Double salary; }