+букинг (почти без ошибок)
This commit is contained in:
@@ -37,4 +37,12 @@ public class Booking {
|
||||
@JoinColumn(name = "employee_id")
|
||||
@JsonBackReference
|
||||
private Employee employee;
|
||||
|
||||
|
||||
|
||||
@Data
|
||||
public static class AvailablePlaceDto {
|
||||
private long id;
|
||||
private String place;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user