toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
search in API
restaurant_information_system
/
org.example.data.dto.store
/
StoreResponseDto
Store
Response
Dto
data
class
StoreResponseDto
(
val
id
:
Long
,
val
name
:
String
,
val
callNumber
:
String
,
val
image
:
String
,
val
location
:
String
,
val
category
:
FoodType
,
val
businessHour
:
String
,
val
description
:
String
,
val
latitude
:
Double
,
val
longitude
:
Double
,
val
adminId
:
Long
)
가게 정보를 나타내는 DTO 클래스
Members
Constructors
Store
Response
Dto
Link copied to clipboard
constructor
(
id
:
Long
,
name
:
String
,
callNumber
:
String
,
image
:
String
,
location
:
String
,
category
:
FoodType
,
businessHour
:
String
,
description
:
String
,
latitude
:
Double
,
longitude
:
Double
,
adminId
:
Long
)
Properties
admin
Id
Link copied to clipboard
val
adminId
:
Long
business
Hour
Link copied to clipboard
val
businessHour
:
String
call
Number
Link copied to clipboard
val
callNumber
:
String
category
Link copied to clipboard
val
category
:
FoodType
description
Link copied to clipboard
val
description
:
String
id
Link copied to clipboard
val
id
:
Long
image
Link copied to clipboard
val
image
:
String
latitude
Link copied to clipboard
val
latitude
:
Double
location
Link copied to clipboard
val
location
:
String
longitude
Link copied to clipboard
val
longitude
:
Double
name
Link copied to clipboard
val
name
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String