toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
search in API
restaurant_information_system
/
org.example.data.dto.store
/
StoreResponseDto
/
StoreResponseDto
Store
Response
Dto
constructor
(
id
:
Long
,
name
:
String
,
callNumber
:
String
,
image
:
String
,
location
:
String
,
category
:
FoodType
,
businessHour
:
String
,
description
:
String
,
latitude
:
Double
,
longitude
:
Double
,
adminId
:
Long
)