Skip to content

Commit

Permalink
add: GetPerformanceReviewData
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Apr 29, 2024
1 parent 515f5ff commit ac77378
Show file tree
Hide file tree
Showing 5 changed files with 252 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: 1090, Event Count: 149
API Count: 1091, Event Count: 149

<details>
<summary>
Expand Down Expand Up @@ -1169,6 +1169,7 @@ API Count: 1090, Event Count: 149
- GetPerformanceSemesterList
- GetPerformanceStageTaskByUser
- GetPerformanceStageTaskByPage
- GetPerformanceReviewData
- PersonalSettings
- CreatePersonalSettingsSystemStatus
- DeletePersonalSettingsSystemStatus
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 总数: 1090, 事件总数: 149
API 总数: 1091, 事件总数: 149

<details>
<summary>
Expand Down Expand Up @@ -1169,6 +1169,7 @@ API 总数: 1090, 事件总数: 149
- GetPerformanceSemesterList
- GetPerformanceStageTaskByUser
- GetPerformanceStageTaskByPage
- GetPerformanceReviewData
- PersonalSettings
- CreatePersonalSettingsSystemStatus
- DeletePersonalSettingsSystemStatus
Expand Down
221 changes: 221 additions & 0 deletions api_performance_review_data_get.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/Performance_sample_test.go

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

0 comments on commit ac77378

Please sign in to comment.