Changed project name and removed useless comment

This commit is contained in:
Индекс Зиро 2025-02-19 14:24:23 +03:00
parent 06aae07afd
commit 3759d667a0
2 changed files with 1 additions and 5 deletions

View File

@ -1 +1 @@
rootProject.name = 'NTO-Finals'
rootProject.name = 'S-QR-Backend'

View File

@ -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;