core
0.5.1
common
core
/
org.mixdrinks.dto
/
GoodRelationDto
Good
Relation
Dto
@
Serializable
data
class
GoodRelationDto
(
val
goodId
:
GoodId
,
val
amount
:
Int
,
val
unit
:
String
)
Members
Constructors
Good
Relation
Dto
Link copied to clipboard
constructor
(
goodId
:
GoodId
,
amount
:
Int
,
unit
:
String
)
Properties
amount
Link copied to clipboard
val
amount
:
Int
good
Id
Link copied to clipboard
val
goodId
:
GoodId
unit
Link copied to clipboard
val
unit
:
String