ReviewResponseDto

data class ReviewResponseDto(val id: Long, val title: String, val content: String, val image: String?, val score: Int, val storeId: Long, val userName: String)

리뷰 조회 응답 DTO

Constructors

Link copied to clipboard
constructor(id: Long, title: String, content: String, image: String?, score: Int, storeId: Long, userName: String)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard
val score: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String