Skip to content

Commit

Permalink
Merge pull request #155 from nhnacademy-be4-My-Books/feature/order
Browse files Browse the repository at this point in the history
refactor: dto 수정
  • Loading branch information
minsu11 authored Mar 25, 2024
2 parents d77e75f + 1ee5dd7 commit 4f2c425
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ public class BookOrderDetailResponse {
private Integer cost;
private Boolean isCouponUsed;
private Integer amount;
private String image;

private String statusId;
private Long orderDetailId;

}

0 comments on commit 4f2c425

Please sign in to comment.