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
8933af96
Commit
8933af96
authored
Nov 30, 2021
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
警告代码处理
parent
12910d8f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
11 deletions
+3
-11
performance/Performance.DtoModels/Response/IssuedPromptResponse.cs
+1
-1
performance/Performance.DtoModels/Response/OwnerPerformanceDto.cs
+0
-8
performance/Performance.DtoModels/SaveCollectData.cs
+2
-2
No files found.
performance/Performance.DtoModels/Response/IssuedPromptResponse.cs
View file @
8933af96
...
@@ -12,6 +12,6 @@ public class IssuedPromptResponse : ag_secondallot
...
@@ -12,6 +12,6 @@ public class IssuedPromptResponse : ag_secondallot
/// <summary>
/// <summary>
/// 1 删除 2 驳回 3 修改 4 新增
/// 1 删除 2 驳回 3 修改 4 新增
/// </summary>
/// </summary>
public
new
int
IssueStatus
{
get
;
set
;
}
public
int
IssueStatus
{
get
;
set
;
}
}
}
}
}
performance/Performance.DtoModels/Response/OwnerPerformanceDto.cs
View file @
8933af96
...
@@ -8,18 +8,10 @@ public class OwnerPerformanceDto : view_allot_result
...
@@ -8,18 +8,10 @@ public class OwnerPerformanceDto : view_allot_result
{
{
public
IEnumerable
<
OwnerPerformanceDto
>
Detail
{
get
;
set
;
}
public
IEnumerable
<
OwnerPerformanceDto
>
Detail
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 应发绩效
/// </summary>
public
decimal
?
ShouldGiveFee
{
get
;
set
;
}
/// <summary>
/// 预留比例
/// 预留比例
/// </summary>
/// </summary>
public
decimal
?
ReservedRatio
{
get
;
set
;
}
public
decimal
?
ReservedRatio
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 预留金额
/// </summary>
public
decimal
?
ReservedRatioFee
{
get
;
set
;
}
/// <summary>
/// 实发绩效
/// 实发绩效
/// </summary>
/// </summary>
public
decimal
RealGiveFee
{
get
;
set
;
}
public
decimal
RealGiveFee
{
get
;
set
;
}
...
...
performance/Performance.DtoModels/SaveCollectData.cs
View file @
8933af96
...
@@ -19,7 +19,7 @@ public class UserCollectData
...
@@ -19,7 +19,7 @@ public class UserCollectData
public
int
HospitalId
{
get
;
set
;
}
public
int
HospitalId
{
get
;
set
;
}
public
int
?
CreateUser
{
get
;
set
;
}
public
int
?
CreateUser
{
get
;
set
;
}
public
string
[]
ColHeaders
{
get
;
set
;
}
public
string
[]
ColHeaders
{
get
;
set
;
}
public
new
string
[][]
Data
{
get
;
set
;
}
public
string
[][]
Data
{
get
;
set
;
}
}
}
public
class
SaveCustomData
public
class
SaveCustomData
...
@@ -27,6 +27,6 @@ public class SaveCustomData
...
@@ -27,6 +27,6 @@ public class SaveCustomData
public
int
AllotId
{
get
;
set
;
}
public
int
AllotId
{
get
;
set
;
}
public
string
TableName
{
get
;
set
;
}
public
string
TableName
{
get
;
set
;
}
public
string
[]
ColHeaders
{
get
;
set
;
}
public
string
[]
ColHeaders
{
get
;
set
;
}
public
new
string
[][]
Data
{
get
;
set
;
}
public
string
[][]
Data
{
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