toggle menu
OneMoreRun
1.0.0
jvm
switch theme
search in API
OneMoreRun
/
cn.chahuyun.omr.entity.data
/
EquipmentData
Equipment
Data
@
Entity
data
class
EquipmentData
(
val
id
:
Long
?
=
null
,
var
num
:
Int
=
0
,
val
codes
:
MutableList
<
String
>
)
用户多余装备信息
Members
Constructors
Equipment
Data
Link copied to clipboard
constructor
(
id
:
Long
?
=
null
,
num
:
Int
=
0
,
codes
:
MutableList
<
String
>
)
Properties
codes
Link copied to clipboard
val
codes
:
MutableList
<
String
>
id
Link copied to clipboard
val
id
:
Long
?
=
null
num
Link copied to clipboard
var
num
:
Int
Functions
add
Equipment
Link copied to clipboard
fun
addEquipment
(
equipment
:
Equipment
)