Skip to content

Commit

Permalink
feat: 상세 조회 detailImg, key값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyojoonm committed Nov 29, 2022
1 parent 4f0189c commit d3e441a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
@Getter
@Setter
public class ProResponseDto {

private Long productId;
@NotNull
private int price;

Expand All @@ -21,6 +23,8 @@ public class ProResponseDto {

private String titleImg;

private String detailImg;

private Long categoryId;

private LocalDateTime createdAt;
Expand Down

0 comments on commit d3e441a

Please sign in to comment.