public class EmployeesJobData extends Object
| 构造器和说明 |
|---|
EmployeesJobData(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchGetEmployeesJobDataResp |
batchGet(BatchGetEmployeesJobDataReq req)
批量查询员工任职信息,通过员工雇佣 ID 批量查询任职信息。
|
BatchGetEmployeesJobDataResp |
batchGet(BatchGetEmployeesJobDataReq req,
RequestOptions reqOptions)
批量查询员工任职信息,通过员工雇佣 ID 批量查询任职信息。
|
QueryEmployeesJobDataResp |
query(QueryEmployeesJobDataReq req)
获取任职信息列表,获取任职信息列表。
|
QueryEmployeesJobDataResp |
query(QueryEmployeesJobDataReq req,
RequestOptions reqOptions)
获取任职信息列表,获取任职信息列表。
|
public EmployeesJobData(Config config)
public BatchGetEmployeesJobDataResp batchGet(BatchGetEmployeesJobDataReq req, RequestOptions reqOptions) throws Exception
该接口会按照应用拥有的「员工资源」的权限范围返回数据,请确定在「开发者后台 - 权限管理 - 数据权限」中已申请「员工资源」权限范围。 ;
Exceptionpublic BatchGetEmployeesJobDataResp batchGet(BatchGetEmployeesJobDataReq req) throws Exception
该接口会按照应用拥有的「员工资源」的权限范围返回数据,请确定在「开发者后台 - 权限管理 - 数据权限」中已申请「员工资源」权限范围。 ;
Exceptionpublic QueryEmployeesJobDataResp query(QueryEmployeesJobDataReq req, RequestOptions reqOptions) throws Exception
该接口会按照应用拥有的「员工资源」的权限范围返回数据,请确定在「开发者后台 - 权限管理 - 数据权限」中已申请「员工资源」权限范围 ;
Exceptionpublic QueryEmployeesJobDataResp query(QueryEmployeesJobDataReq req) throws Exception
该接口会按照应用拥有的「员工资源」的权限范围返回数据,请确定在「开发者后台 - 权限管理 - 数据权限」中已申请「员工资源」权限范围 ;
ExceptionCopyright © 2026. All rights reserved.