Package-level declarations
Types
Link copied to clipboard
data class ReviewRequestDto(val title: String, val content: String, val image: String?, val score: Int)
리뷰 생성 요청 DTO
Link copied to clipboard
리뷰 생성 요청 DTO