|
@@ -30,7 +30,6 @@ public class Student implements Serializable {
|
|
|
|
|
|
private String studentCode;
|
|
private String studentCode;
|
|
|
|
|
|
- @Column(unique=true)
|
|
|
|
private String identityNumber;
|
|
private String identityNumber;
|
|
|
|
|
|
private String photoPath;
|
|
private String photoPath;
|