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
037f3bb9
Commit
037f3bb9
authored
Sep 22, 2020
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
其他管理绩效
parent
46cb74d8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
+1
-1
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
+5
-0
performance/Performance.DtoModels/PerExcel/ComputeResult.cs
+1
-1
performance/Performance.EntityModels/Entity/res_compute.cs
+5
-0
No files found.
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
View file @
037f3bb9
...
...
@@ -545,7 +545,7 @@
</member>
<member
name=
"P:Performance.DtoModels.ComputeResult.OtherManagePerfor"
>
<summary>
医院奖罚 来自5.2
其他管理绩效
</summary>
</member>
<member
name=
"P:Performance.DtoModels.ComputeResult.OtherPerfor"
>
...
...
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
View file @
037f3bb9
...
...
@@ -4537,6 +4537,11 @@
科主任/护士长人数
</summary>
</member>
<member
name=
"P:Performance.EntityModels.res_compute.OtherManagePerfor"
>
<summary>
其他管理绩效
</summary>
</member>
<member
name=
"P:Performance.EntityModels.res_compute.MedicalNumber"
>
<summary>
核算单元人员数量
...
...
performance/Performance.DtoModels/PerExcel/ComputeResult.cs
View file @
037f3bb9
...
...
@@ -96,7 +96,7 @@ public class ComputeResult
public
Nullable
<
decimal
>
Punishment
{
get
;
set
;
}
/// <summary>
///
医院奖罚 来自5.2
///
其他管理绩效
/// </summary>
public
Nullable
<
decimal
>
OtherManagePerfor
{
get
;
set
;
}
...
...
performance/Performance.EntityModels/Entity/res_compute.cs
View file @
037f3bb9
...
...
@@ -197,6 +197,11 @@ public class res_compute
public
Nullable
<
decimal
>
ManagerNumber
{
get
;
set
;
}
/// <summary>
/// 其他管理绩效
/// </summary>
public
Nullable
<
decimal
>
OtherManagePerfor
{
get
;
set
;
}
/// <summary>
/// 核算单元人员数量
/// </summary>
public
Nullable
<
decimal
>
MedicalNumber
{
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