public static class QuerySocialPlanReqBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
QuerySocialPlanReqBody |
build() |
QuerySocialPlanReqBody.Builder |
effectiveDate(String effectiveDate)
生效日期,查询在该日期生效的参保方案数据,日期格式为:YYYY-mm-dd,长度为 10 字符
示例值:2024-01-01
|
QuerySocialPlanReqBody.Builder |
planIds(String[] planIds)
参保方案ID列表,最少1个,最大200,可以通过[通过员工ID批量获取社保增减员记录;](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/compensation-v1/social_archive_adjust_record/query)或[批量获取员工参保档案;](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/compensation-v1/social_archive/query)接口获取
示例值:
|
public QuerySocialPlanReqBody.Builder planIds(String[] planIds)
示例值:
planIds - public QuerySocialPlanReqBody.Builder effectiveDate(String effectiveDate)
示例值:2024-01-01
effectiveDate - public QuerySocialPlanReqBody build()
Copyright © 2026. All rights reserved.