| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Dependent.Builder |
address(Address address)
联系地址
示例值:
|
Dependent.Builder |
birthCertificateOfChild(File[] birthCertificateOfChild)
出生证明
示例值:
|
Dependent |
build() |
Dependent.Builder |
citizenshipStatuses(CitizenshipStatus[] citizenshipStatuses)
居民身份列表
示例值:
|
Dependent.Builder |
customFields(CustomFieldData[] customFields)
自定义字段;-
请参考[【自定义字段说明】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/corehr-v1/custom-fields-guide)
示例值:
|
Dependent.Builder |
dateOfBirth(String dateOfBirth)
生日
示例值:2020-01-01
|
Dependent.Builder |
dependentName(String dependentName)
家庭成员姓名
示例值:张三
|
Dependent.Builder |
emails(Email[] emails)
邮箱列表
示例值:
|
Dependent.Builder |
employer(String employer)
工作单位
示例值:海淀区交警大队
|
Dependent.Builder |
gender(Enum gender)
性别
示例值:
|
Dependent.Builder |
id(String id)
ID
示例值:123
|
Dependent.Builder |
isThisPersonAllowedForTaxDeduction(Boolean isThisPersonAllowedForTaxDeduction)
允许家属抵扣税款
示例值:false
|
Dependent.Builder |
isThisPersonCoveredByHealthInsurance(Boolean isThisPersonCoveredByHealthInsurance)
包含家属医疗保险
示例值:true
|
Dependent.Builder |
job(String job)
岗位
示例值:保安
|
Dependent.Builder |
modifyDate(String modifyDate)
变更日期
示例值:2020-01-01
|
Dependent.Builder |
name(PersonName name)
姓名
示例值:
|
Dependent.Builder |
nationalIdList(NationalId[] nationalIdList)
证件号码
示例值:
|
Dependent.Builder |
nationalityId(String nationalityId)
国籍 ID(该字段待作废,请勿使用)
示例值:6862995745046267400
|
Dependent.Builder |
nationalityIdV2(String nationalityIdV2)
国籍 ID,可通过【查询国籍信息】接口查询
示例值:6862995745046267401
|
Dependent.Builder |
passports(Passport[] passports)
Passport 列表
示例值:
|
Dependent.Builder |
phone(Phone phone)
电话
示例值:
|
Dependent.Builder |
reason(Enum reason)
变更原因
示例值:
|
Dependent.Builder |
relationship(Enum relationship)
关系
示例值:
|
Dependent.Builder |
spousesWorkingStatus(Enum spousesWorkingStatus)
配偶工作状态
示例值:
|
Dependent.Builder |
visas(Visa[] visas)
Visa 列表
示例值:
|
public Dependent.Builder id(String id)
示例值:123
id - public Dependent.Builder name(PersonName name)
示例值:
name - public Dependent.Builder relationship(Enum relationship)
示例值:
relationship - public Dependent.Builder gender(Enum gender)
示例值:
gender - public Dependent.Builder dateOfBirth(String dateOfBirth)
示例值:2020-01-01
dateOfBirth - public Dependent.Builder nationalityId(String nationalityId)
示例值:6862995745046267400
nationalityId - public Dependent.Builder nationalityIdV2(String nationalityIdV2)
示例值:6862995745046267401
nationalityIdV2 - public Dependent.Builder nationalIdList(NationalId[] nationalIdList)
示例值:
nationalIdList - public Dependent.Builder spousesWorkingStatus(Enum spousesWorkingStatus)
示例值:
spousesWorkingStatus - public Dependent.Builder isThisPersonCoveredByHealthInsurance(Boolean isThisPersonCoveredByHealthInsurance)
示例值:true
isThisPersonCoveredByHealthInsurance - public Dependent.Builder isThisPersonAllowedForTaxDeduction(Boolean isThisPersonAllowedForTaxDeduction)
示例值:false
isThisPersonAllowedForTaxDeduction - public Dependent.Builder customFields(CustomFieldData[] customFields)
示例值:
customFields - public Dependent.Builder dependentName(String dependentName)
示例值:张三
dependentName - public Dependent.Builder employer(String employer)
示例值:海淀区交警大队
employer - public Dependent.Builder job(String job)
示例值:保安
job - public Dependent.Builder phone(Phone phone)
示例值:
phone - public Dependent.Builder address(Address address)
示例值:
address - public Dependent.Builder birthCertificateOfChild(File[] birthCertificateOfChild)
示例值:
birthCertificateOfChild - public Dependent.Builder reason(Enum reason)
示例值:
reason - public Dependent.Builder modifyDate(String modifyDate)
示例值:2020-01-01
modifyDate - public Dependent.Builder visas(Visa[] visas)
示例值:
visas - public Dependent.Builder passports(Passport[] passports)
示例值:
passports - public Dependent.Builder citizenshipStatuses(CitizenshipStatus[] citizenshipStatuses)
示例值:
citizenshipStatuses - public Dependent.Builder emails(Email[] emails)
示例值:
emails - public Dependent build()
Copyright © 2026. All rights reserved.