626364656667686970717273
employee.setEmpname("����"); employee.setSex("Ů"); employee.setLocation("��������"); Department department=new Department(); department.setDeptname("���Բ�"); employee.setDepartment(department); employeeService.add(employee);
272829303132333435363738