public class SocialPlan extends Object
| 构造器和说明 |
|---|
SocialPlan(Config config) |
| 限定符和类型 | 方法和说明 | ||||||
|---|---|---|---|---|---|---|---|
ListSocialPlanResp |
list(ListSocialPlanReq req)
根据生效日期分页查询参保方案,通过生效日期effective_date参数过滤并分页返回结果
官网API文档链接:
ListSocialPlanResplist(ListSocialPlanReq req,
RequestOptions reqOptions)
根据生效日期分页查询参保方案,通过生效日期effective_date参数过滤并分页返回结果
官网API文档链接:
QuerySocialPlanRespquery(QuerySocialPlanReq req)
根据方案ID和生效日期批量查询参保方案;,通过plan_ids列表和effective_date联合过滤数据库中的参保方案数据
官网API文档链接:
QuerySocialPlanRespquery(QuerySocialPlanReq req,
RequestOptions reqOptions)
根据方案ID和生效日期批量查询参保方案;,通过plan_ids列表和effective_date联合过滤数据库中的参保方案数据
官网API文档链接:
从类继承的方法 java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2026. All rights reserved. |