# Class: SupplementarySignInConf

SupplementarySignInConf()

补签配置信息

# Constructors

# constructor

+ new SupplementarySignInConf(conf: AdditionalSignInConf, costItemConf?: SupplementarySignInCostItemConf): SupplementarySignInConf

# 参数:

属性 类型
conf AdditionalSignInConf
costItemConf? SupplementarySignInCostItemConf

SupplementarySignInCostItemConf

属性 类型 描述
constructor Constructor -
customInt Accessor 自定义整型
customStr Accessor 自定义字符串
description Accessor 物品简介
id Accessor 物品 ID
name Accessor 物品名称
resPath Accessor 物品对应资源图片

# 返回值:

SupplementarySignInConf

# Properties

# Optional Readonly costItemConf

costItemConf? : SupplementarySignInCostItemConf

补签消耗物品 配置信息

Returns: SupplementarySignInCostItemConf

# Accessors

# costItemNum

get costItemNum(): number | undefined

补签消耗物品数量

# 返回值:

number | undefined


# customStr

get customStr(): string | undefined

自定义字符串

# 返回值:

string | undefined


# id

get id(): number

补签配置 ID

# 返回值:

number