public static class PaymentAccountingItem.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PaymentAccountingItem.Builder |
accountingItemNames(I18nContent[] accountingItemNames)
算薪项名称
示例值:
|
PaymentAccountingItem.Builder |
accountingItemType(Integer accountingItemType)
算薪项类型,1-文本;2-金额;3-数值;4-百分比;5-日期;6-引用
示例值:1
|
PaymentAccountingItem.Builder |
accountingItemValue(AccountingItemValue accountingItemValue)
算薪项值
示例值:
|
PaymentAccountingItem |
build() |
PaymentAccountingItem.Builder |
id(String id)
算薪项唯一标识
示例值:7202076988667019308
|
PaymentAccountingItem.Builder |
segmentValues(SegmentValue[] segmentValues)
算薪项分段数据
示例值:
|
public PaymentAccountingItem.Builder id(String id)
示例值:7202076988667019308
id - public PaymentAccountingItem.Builder accountingItemNames(I18nContent[] accountingItemNames)
示例值:
accountingItemNames - public PaymentAccountingItem.Builder accountingItemValue(AccountingItemValue accountingItemValue)
示例值:
accountingItemValue - public PaymentAccountingItem.Builder segmentValues(SegmentValue[] segmentValues)
示例值:
segmentValues - public PaymentAccountingItem.Builder accountingItemType(Integer accountingItemType)
示例值:1
accountingItemType - public PaymentAccountingItem build()
Copyright © 2025. All rights reserved.