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
b130668a
Commit
b130668a
authored
Apr 07, 2023
by
wyc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘考勤管理’映射关系
parent
ee30d0dc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
performance/Performance.Api/wwwroot/Performance.Api.xml
+4
-4
performance/Performance.DtoModels/AutoMapper/AutoMapperConfigs.cs
+1
-0
performance/Performance.DtoModels/Response/AttendanceVacationData.cs
+1
-1
No files found.
performance/Performance.Api/wwwroot/Performance.Api.xml
View file @
b130668a
...
...
@@ -335,7 +335,7 @@
</member>
<member
name=
"M:Performance.Api.Controllers.AttendanceController.AttendanceUpdate(System.Int32,System.Int32,Performance.DtoModels.Response.AttendanceUpdateData)"
>
<summary>
/
考勤-调动记录表(修改)
考勤-调动记录表(修改)
</summary>
<param
name=
"allotId"
></param>
<param
name=
"hospitalId"
></param>
...
...
@@ -417,7 +417,7 @@
</member>
<member
name=
"M:Performance.Api.Controllers.AttendanceController.AttendanceVacationUpdate(System.Int32,System.Int32,Performance.DtoModels.Response.AttendanceVacationUpdateData)"
>
<summary>
/考勤-调动
记录表(修改)
考勤-考勤
记录表(修改)
</summary>
<param
name=
"allotId"
></param>
<param
name=
"hospitalId"
></param>
...
...
@@ -426,7 +426,7 @@
</member>
<member
name=
"M:Performance.Api.Controllers.AttendanceController.AttendanceVacationDelete(System.Int32,System.Int32,System.Int32)"
>
<summary>
考勤-
调动
记录表(删除)
考勤-
考勤
记录表(删除)
</summary>
<param
name=
"allotId"
></param>
<param
name=
"hospitalId"
></param>
...
...
@@ -435,7 +435,7 @@
</member>
<member
name=
"M:Performance.Api.Controllers.AttendanceController.AttendanceVacationClearAll(System.Int32,System.Int32)"
>
<summary>
考勤-
调动
记录表(全部删除)
考勤-
考勤
记录表(全部删除)
</summary>
<param
name=
"allotId"
></param>
<param
name=
"hospitalId"
></param>
...
...
performance/Performance.DtoModels/AutoMapper/AutoMapperConfigs.cs
View file @
b130668a
...
...
@@ -279,6 +279,7 @@ public AutoMapperConfigs()
CreateMap
<
cof_again
,
CofAgainRequest
>().
ReverseMap
();
CreateMap
<
AttendanceData
,
per_attendance
>().
ReverseMap
();
CreateMap
<
AttendanceVacationData
,
per_attendance_vacation
>().
ReverseMap
();
}
}
}
performance/Performance.DtoModels/Response/AttendanceVacationData.cs
View file @
b130668a
...
...
@@ -36,6 +36,6 @@ public class AttendanceVacationUpdateData
/// <summary>
/// 结束时间
/// </summary>
public
DateTime
?
EndDate
{
get
;
set
;
}
public
DateTime
?
EndDate
{
get
;
set
;
}
}
}
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