@@ -21,7 +21,6 @@ public class Student extends JpaEntity {
@GeneratedValue
private Long id;
- @GeneratedValue
private Long userId;
@NotNull