Skip to content

Commit

Permalink
chore: dto 수정 #7
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonsseo committed Jan 30, 2024
1 parent c6b0dc5 commit b283583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
@Builder
public class GetFragrancePurchase {
private boolean isSoldOut;
private String fragranceName;
private String brandName;
private List<PurchaseInfo> purchaseList;
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@AllArgsConstructor
@Builder
public class PurchaseInfo {
private String title;
private String link;
private String image;
}

0 comments on commit b283583

Please sign in to comment.