core
0.5.1
common
core
/
org.mixdrinks.dto
/
GoodDto
Good
Dto
@
Serializable
data
class
GoodDto
(
val
id
:
GoodId
,
val
name
:
String
,
val
about
:
String
)
Members
Constructors
Good
Dto
Link copied to clipboard
constructor
(
id
:
GoodId
,
name
:
String
,
about
:
String
)
Properties
about
Link copied to clipboard
val
about
:
String
id
Link copied to clipboard
val
id
:
GoodId
name
Link copied to clipboard
val
name
:
String