toggle menu
Wow
3.16.8
jvm
switch theme
search in API
example-api
/
me.ahoo.wow.example.api.order
/
OrderItem
Order
Item
@
EntityObject
data
class
OrderItem
(
val
id
:
String
,
val
productId
:
String
,
val
price
:
BigDecimal
,
val
quantity
:
Int
)
:
Identifier
,
CreateOrderItem
订单项为实体对象 .
Author
ahoo wang
Members
Constructors
Order
Item
Link copied to clipboard
constructor
(
id
:
String
,
productId
:
String
,
price
:
BigDecimal
,
quantity
:
Int
)
Properties
id
Link copied to clipboard
open
override
val
id
:
String
price
Link copied to clipboard
open
override
val
price
:
BigDecimal
product
Id
Link copied to clipboard
open
override
val
productId
:
String
quantity
Link copied to clipboard
open
override
val
quantity
:
Int
total
Price
Link copied to clipboard
val
totalPrice
:
BigDecimal