Skip to content

Commit

Permalink
fix(#30) : 병합 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-hyeon97 committed May 23, 2024
2 parents d77da38 + e193fb9 commit 594a296
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ public class AirplaneResponseDto {
private String economyCharge;
private String prestigeCharge;
private String vihicleId;
private String img;
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ public class NoticeDto {
@NotEmpty
private String content;

private String createdDate;

}

This file was deleted.

0 comments on commit 594a296

Please sign in to comment.