Skip to content

Commit

Permalink
add: QueryCoreHRJobData
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Feb 15, 2024
1 parent ae758d5 commit f174606
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark

## Support APIs

API Count: 1010, Event Count: 141
API Count: 1011, Event Count: 141

<details>
<summary>
Expand Down Expand Up @@ -483,6 +483,7 @@ API Count: 1010, Event Count: 141
- DeleteCoreHRJobData
- UpdateCoreHRJobData
- GetCoreHRJobData
- QueryCoreHRJobData
- BatchGetCoreHRJobData
- GetCoreHRJobDataList
- GetCoreHRDepartmentParentList
Expand Down
3 changes: 2 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ https://godoc.org/github.com/chyroc/lark

## 支持的接口

API 总数: 1010, 事件总数: 141
API 总数: 1011, 事件总数: 141

<details>
<summary>
Expand Down Expand Up @@ -483,6 +483,7 @@ API 总数: 1010, 事件总数: 141
- DeleteCoreHRJobData
- UpdateCoreHRJobData
- GetCoreHRJobData
- QueryCoreHRJobData
- BatchGetCoreHRJobData
- GetCoreHRJobDataList
- GetCoreHRDepartmentParentList
Expand Down
179 changes: 179 additions & 0 deletions api_corehr_job_data_query.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions test/CoreHR_sample_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f174606

Please sign in to comment.