Skip to content

Commit

Permalink
[#14] bug : reservationId 변수명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihye committed Nov 27, 2023
1 parent 6321dbd commit 4069ee5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.third.thirdseminar.domain.Reservation;

public record AirDto (
Long airId,
Long reservationId,
String airName,
TimeRangeDto startTime,
TimeRangeDto endTime,
Expand Down

0 comments on commit 4069ee5

Please sign in to comment.