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
327bd342
Commit
327bd342
authored
Dec 21, 2022
by
Licx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
绩效显示别名
parent
3a135e61
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
0 deletions
+17
-0
performance/Performance.DtoModels/Response/AllotResponse.cs
+5
-0
performance/Performance.DtoModels/Response/SecondListResponse.cs
+6
-0
performance/Performance.EntityModels/Entity/per_allot.cs
+5
-0
performance/Performance.Services/SecondAllotService.cs
+1
-0
No files found.
performance/Performance.DtoModels/Response/AllotResponse.cs
View file @
327bd342
...
@@ -24,6 +24,11 @@ public class AllotResponse
...
@@ -24,6 +24,11 @@ public class AllotResponse
public
int
Month
{
get
;
set
;
}
public
int
Month
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 绩效别名
/// </summary>
public
string
Name
{
get
;
set
;
}
/// <summary>
/// 绩效发放总金额
/// 绩效发放总金额
/// </summary>
/// </summary>
public
Nullable
<
decimal
>
AllotFee
{
get
;
set
;
}
public
Nullable
<
decimal
>
AllotFee
{
get
;
set
;
}
...
...
performance/Performance.DtoModels/Response/SecondListResponse.cs
View file @
327bd342
...
@@ -26,5 +26,10 @@ public class SecondListResponse : ag_secondallot
...
@@ -26,5 +26,10 @@ public class SecondListResponse : ag_secondallot
/// 行政后勤是否显示管理绩效按钮 1 是 2 否
/// 行政后勤是否显示管理绩效按钮 1 是 2 否
/// </summary>
/// </summary>
public
Nullable
<
int
>
IsShowManageButton
{
get
;
set
;
}
public
Nullable
<
int
>
IsShowManageButton
{
get
;
set
;
}
/// <summary>
/// 绩效别名
/// </summary>
public
string
Name
{
get
;
set
;
}
}
}
}
}
\ No newline at end of file
performance/Performance.EntityModels/Entity/per_allot.cs
View file @
327bd342
...
@@ -47,6 +47,11 @@ public class per_allot
...
@@ -47,6 +47,11 @@ public class per_allot
public
int
Month
{
get
;
set
;
}
public
int
Month
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 绩效别名
/// </summary>
public
string
Name
{
get
;
set
;
}
/// <summary>
/// 绩效发放总金额
/// 绩效发放总金额
/// </summary>
/// </summary>
public
Nullable
<
decimal
>
AllotFee
{
get
;
set
;
}
public
Nullable
<
decimal
>
AllotFee
{
get
;
set
;
}
...
...
performance/Performance.Services/SecondAllotService.cs
View file @
327bd342
...
@@ -196,6 +196,7 @@ public List<SecondListResponse> GetSecondList(int userId)
...
@@ -196,6 +196,7 @@ public List<SecondListResponse> GetSecondList(int userId)
t
.
IsArchive
=
allot
.
States
==
8
?
1
:
0
;
t
.
IsArchive
=
allot
.
States
==
8
?
1
:
0
;
t
.
States
=
allot
.
States
;
t
.
States
=
allot
.
States
;
t
.
ShowFormula
=
allot
.
ShowFormula
;
t
.
ShowFormula
=
allot
.
ShowFormula
;
t
.
Name
=
allot
.
Name
;
}
}
t
.
IsShowManageButton
=
hospital
?.
IsShowManageButton
??
(
int
)
States
.
Disabled
;
t
.
IsShowManageButton
=
hospital
?.
IsShowManageButton
??
(
int
)
States
.
Disabled
;
});
});
...
...
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