Skip to content

Commit

Permalink
[FIX] response changed with product
Browse files Browse the repository at this point in the history
  • Loading branch information
wakkpu committed Jan 20, 2024
1 parent b12fe5f commit ea11b72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public static ReadAuctionResponse of(Auction auction) {
@AllArgsConstructor
public static class ReadProductDetailResponse {
private Long categoryId;
private Long brandId;
private String brandName;
private String name;
private String imgUrl;
Expand Down

0 comments on commit ea11b72

Please sign in to comment.