Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zry
performance
Commits
4226f21a
Commit
4226f21a
authored
Apr 02, 2022
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
返回结构说明
parent
ad457281
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
performance/Performance.Api/Controllers/AttendanceController.cs
+4
-1
performance/Performance.Api/wwwroot/Performance.Api.xml
+1
-1
No files found.
performance/Performance.Api/Controllers/AttendanceController.cs
View file @
4226f21a
using
Microsoft.AspNetCore.Mvc
;
using
Microsoft.AspNetCore.Http
;
using
Microsoft.AspNetCore.Mvc
;
using
Performance.DtoModels
;
using
Performance.EntityModels.Entity
;
using
Performance.EntityModels.Other
;
...
...
@@ -61,6 +62,7 @@ public ApiResponse<List<view_attendance>> GetCallIn(int allotId)
/// </summary>
/// <returns></returns>
[
HttpGet
(
"CallIn/GetBatch"
)]
[
ProducesResponseType
(
typeof
(
HandsonTable
),
StatusCodes
.
Status200OK
)]
public
ApiResponse
GetBatchCallInHandsonTable
()
{
// 返回HandsonTable格式调动记录
...
...
@@ -132,6 +134,7 @@ public ApiResponse DeleteAttendanceType(int id)
/// </summary>
/// <returns></returns>
[
HttpGet
(
"Vacation"
)]
[
ProducesResponseType
(
typeof
(
HandsonTable
),
StatusCodes
.
Status200OK
)]
public
ApiResponse
GetAttendanceVacationHandsonTable
()
{
// 返回HandsonTable格式考勤记录
...
...
performance/Performance.Api/wwwroot/Performance.Api.xml
View file @
4226f21a
...
...
@@ -373,7 +373,7 @@
</member>
<member
name=
"M:Performance.Api.Controllers.AttendanceController.GetAttendanceVacation(System.Int32,System.Int32)"
>
<summary>
查询
AttendanceVacation
查询
考勤记录
</summary>
<param
name=
"allotId"
></param>
<param
name=
"hospitalId"
></param>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment