toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
restaurant_information_system
org.
example
Main
org.
example.
common
button
Font
Font
Config
gray1
logger
main
Font18
main
Font20
main
Font22
main
Font26
main
Font30
main
Font40
mint
Color
pass
Word
Font
search
Font30
search
Icon
Font
org.
example.
controller
Main
Page
Controller
org.
example.
controller.
auth
Login
Page
Controller
Sign
Up
Page
Controller
org.
example.
data.
dto
Naver
Api
org.
example.
data.
dto.
ifconfig
Ifconfig
User
Agent
org.
example.
data.
dto.
menu
Menu
DTO
Menu
Request
Dto
Menu
Response
Dto
org.
example.
data.
dto.
review
Review
DTO
Review
Request
Dto
Review
Response
Dto
org.
example.
data.
dto.
store
Food
Type
KOREAN
CHINESE
JAPANESE
WESTERN
FASTFOOD
SNACK
DESSERT
DRINK
ETC
Location
Companion
BUSANJIN_GU
SASANG_GU
HAEUNDAE_GU
BUK_GU
SAHA_GU
NAM_GU
SEO_GU
DONG_GU
YEONJE_GU
JUNG_GU
GIJANG_GUN
SUYEONG_GU
GEUMJEONG_GU
YEONGDO_GU
GANGSEO_GU
Store
DTO
Store
Header
Dto
Store
Request
Dto
Store
Response
Dto
org.
example.
data.
dto.
user
Token
Dto
User
DTO
User
Info
Dto
User
Request
Dto
org.
example.
data.
repository.
local_repository
User
Local
Repository
org.
example.
data.
repository.
remote_repository
Location
Remote
Repository
Menu
Remote
Repository
Naver
Map
API
Retrofit
Provider
Review
Remote
Repository
Store
Remote
Repository
User
Remote
Repository
org.
example.
view
Super
Admin
Page
org.
example.
view.
admin
Admin
Create
Store
Page
Admin
Delete
Store
Page
Admin
Page
Store
Model
Admin
Update
Store
Page
org.
example.
view.
auth
Edit
User
Page
Login
Page
Sign
Up
Page
org.
example.
view.
components
Loading
Frame
Menu
Component
Review
Component
Store
Component
org.
example.
view.
menu
Menu
Add
Page
Menu
Edit
Page
org.
example.
view.
review
Review
Edit
Page
Review
Page
org.
example.
view.
store
Main
Page
Store
Detail
Review
Info
Store
Info
Store
List
Store
Model
View
Map
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