Skip to content

Commit

Permalink
feat: 내 리뷰 조회 request dto
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 committed Jul 20, 2024
1 parent a5d1849 commit 9861132
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
import io.swagger.v3.oas.annotations.Parameter;

public record MyReviewRequest(
@Parameter(description = "유저 ID") Long userId,
@Min(1000) @Max(9999) @Parameter(description = "년도 (4자리 숫자)") Integer year,
@Min(1) @Max(12) @Parameter(description = "월 (1-12)") Integer month) {}

0 comments on commit 9861132

Please sign in to comment.