Skip to content
Snippets Groups Projects
Commit ff041127 authored by rokibulislam's avatar rokibulislam
Browse files

change realization request flightid long to uuid

parent 4b36a904
No related branches found
No related tags found
1 merge request!13Flights tests
......@@ -12,7 +12,7 @@ import java.util.UUID;
@AllArgsConstructor
public class FlightRealizationRequest {
private Long flightId;
private UUID flightId;
private String report;
private Duration duration;
private LocalDateTime departureTime;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment