toggle menu
restaurant_information_system
1.0-SNAPSHOT
jvm
switch theme
search in API
restaurant_information_system
/
org.example.data.dto.menu
Package-level
declarations
Types
Types
Menu
DTO
Link copied to clipboard
open
class
MenuDTO
Menu
Request
Dto
Link copied to clipboard
data
class
MenuRequestDto
(
val
name
:
String
,
val
price
:
Int
,
val
image
:
String
)
Menu
Response
Dto
Link copied to clipboard
data
class
MenuResponseDto
(
val
id
:
Long
,
val
name
:
String
,
val
price
:
Int
,
val
image
:
String
,
val
storeId
:
Long
)