Changed project name and removed useless comment
This commit is contained in:
parent
06aae07afd
commit
3759d667a0
@ -1 +1 @@
|
||||
rootProject.name = 'NTO-Finals'
|
||||
rootProject.name = 'S-QR-Backend'
|
||||
|
@ -20,10 +20,6 @@ public class Entrance {
|
||||
@JoinColumn(name = "employee_id", referencedColumnName = "id")
|
||||
private Employee employee;
|
||||
|
||||
// @OneToOne
|
||||
// @JoinColumn(name = "employee_id", referencedColumnName = "id")
|
||||
// private Employee employee;
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY)
|
||||
@JoinColumn(name = "reader", referencedColumnName = "id")
|
||||
private Code reader;
|
||||
|
Loading…
x
Reference in New Issue
Block a user