toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
search in API
restaurant_information_system
/
org.example.data.dto.review
/
ReviewResponseDto
Review
Response
Dto
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
Members
Constructors
Review
Response
Dto
Link copied to clipboard
constructor
(
id
:
Long
,
title
:
String
,
content
:
String
,
image
:
String
?
,
score
:
Int
,
storeId
:
Long
,
userName
:
String
)
Properties
content
Link copied to clipboard
val
content
:
String
id
Link copied to clipboard
val
id
:
Long
image
Link copied to clipboard
val
image
:
String
?
score
Link copied to clipboard
val
score
:
Int
store
Id
Link copied to clipboard
val
storeId
:
Long
title
Link copied to clipboard
val
title
:
String
user
Name
Link copied to clipboard
val
userName
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String