Skip to content

Commit

Permalink
미사용 Dto 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
SEONGHUN-95 committed Nov 18, 2024
1 parent 0290043 commit f20affb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import lombok.RequiredArgsConstructor;
import org.onewayticket.dto.FlightDto;
import org.onewayticket.dto.FlightSearchDto;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ public record BookingDetailsDto(
// 결제 정보
BigDecimal totalAmount, // 총 결제 금액
String paymentStatus // 결제 상태
) {}
) {
}
11 changes: 0 additions & 11 deletions api/src/main/java/org/onewayticket/dto/FlightSearchDto.java

This file was deleted.

0 comments on commit f20affb

Please sign in to comment.