toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
search in API
restaurant_information_system
/
org.example.data.dto.store
/
StoreRequestDto
Store
Request
Dto
data
class
StoreRequestDto
(
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
)
가게 등록 요청 DTO
Author
김남주
Members
Constructors
Store
Request
Dto
Link copied to clipboard
constructor
(
name
:
String
,
callNumber
:
String
,
image
:
String
,
location
:
String
,
category
:
FoodType
,
businessHour
:
String
,
description
:
String
,
latitude
:
Double
,
longitude
:
Double
)
Properties
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
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