# Class: SupplementarySignInCostItemConf
• SupplementarySignInCostItemConf()
补签消耗物品 配置信息
# Constructors
# constructor
+ new SupplementarySignInCostItemConf(conf: Article): SupplementarySignInCostItemConf
# 参数:
| 属性 | 类型 |
|---|---|
conf | Article |
# 返回值:
SupplementarySignInCostItemConf
# Accessors
# customInt
• get customInt(): Long | undefined
自定义整型
# 返回值:
Long | undefined
# customStr
• get customStr(): string | undefined
自定义字符串
# 返回值:
string | undefined
# description
• get description(): string | undefined
物品简介
# 返回值:
string | undefined
# id
• get id(): number
物品 ID
# 返回值:
number
# name
• get name(): string
物品名称
# 返回值:
string
# resPath
• get resPath(): string | undefined
物品对应资源图片
todo double check
# 返回值:
string | undefined