+api/{code}/info(<s>Почти работает</s>)
This commit is contained in:
@@ -22,6 +22,7 @@ import java.time.LocalDate;
|
||||
@Entity
|
||||
public class Booking {
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private long id;
|
||||
|
||||
private LocalDate date;
|
||||
|
||||
Reference in New Issue
Block a user