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
99473d6b
Commit
99473d6b
authored
Apr 02, 2022
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
备注修改
parent
75707e9e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
10 deletions
+28
-10
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
+18
-5
performance/Performance.DtoModels/Request/AprAmountMarkRequest.cs
+1
-0
performance/Performance.DtoModels/Request/BatchRequest.cs
+9
-5
No files found.
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
View file @
99473d6b
...
@@ -1914,6 +1914,24 @@
...
@@ -1914,6 +1914,24 @@
<member
name=
"P:Performance.DtoModels.AprAmountMarkRequest.AllotId"
>
<member
name=
"P:Performance.DtoModels.AprAmountMarkRequest.AllotId"
>
<summary>
绩效ID
</summary>
<summary>
绩效ID
</summary>
</member>
</member>
<member
name=
"P:Performance.DtoModels.AprAmountMarkRequest.TypeInDepartments"
>
<summary>
需要审计的科室,支持多个科室一起审计
</summary>
</member>
<member
name=
"P:Performance.DtoModels.Request.BatchRequest.Batch"
>
<summary>
批次号
</summary>
</member>
<member
name=
"P:Performance.DtoModels.Request.BatchRequest.BatchDate"
>
<summary>
发放时间
</summary>
</member>
<member
name=
"P:Performance.DtoModels.Request.BatchRequest.BankName"
>
<summary>
发放银行
</summary>
</member>
<member
name=
"P:Performance.DtoModels.Request.BatchDetail.UnitType"
>
<member
name=
"P:Performance.DtoModels.Request.BatchDetail.UnitType"
>
<summary>
<summary>
核算单元分类
核算单元分类
...
@@ -1934,11 +1952,6 @@
...
@@ -1934,11 +1952,6 @@
工号
工号
</summary>
</summary>
</member>
</member>
<member
name=
"P:Performance.DtoModels.Request.BatchDetail.Batch"
>
<summary>
批次
</summary>
</member>
<member
name=
"P:Performance.DtoModels.Request.ComputerAvgRequest.PositionName"
>
<member
name=
"P:Performance.DtoModels.Request.ComputerAvgRequest.PositionName"
>
<summary>
<summary>
绩效核算人群
绩效核算人群
...
...
performance/Performance.DtoModels/Request/AprAmountMarkRequest.cs
View file @
99473d6b
...
@@ -9,6 +9,7 @@ public class AprAmountMarkRequest
...
@@ -9,6 +9,7 @@ public class AprAmountMarkRequest
{
{
/// <summary> 绩效ID </summary>
/// <summary> 绩效ID </summary>
public
int
AllotId
{
get
;
set
;
}
public
int
AllotId
{
get
;
set
;
}
/// <summary> 需要审计的科室,支持多个科室一起审计 </summary>
public
string
[]
TypeInDepartments
{
get
;
set
;
}
public
string
[]
TypeInDepartments
{
get
;
set
;
}
}
}
}
}
performance/Performance.DtoModels/Request/BatchRequest.cs
View file @
99473d6b
...
@@ -16,8 +16,17 @@ public class BatchRequest
...
@@ -16,8 +16,17 @@ public class BatchRequest
public
int
HospitalId
{
get
;
set
;
}
public
int
HospitalId
{
get
;
set
;
}
public
int
AllotId
{
get
;
set
;
}
public
int
AllotId
{
get
;
set
;
}
/// <summary>
/// 批次号
/// </summary>
public
string
Batch
{
get
;
set
;
}
public
string
Batch
{
get
;
set
;
}
/// <summary>
/// 发放时间
/// </summary>
public
DateTime
?
BatchDate
{
get
;
set
;
}
public
DateTime
?
BatchDate
{
get
;
set
;
}
/// <summary>
/// 发放银行
/// </summary>
public
string
BankName
{
get
;
set
;
}
public
string
BankName
{
get
;
set
;
}
public
List
<
BatchDetail
>
Details
{
get
;
set
;
}
public
List
<
BatchDetail
>
Details
{
get
;
set
;
}
...
@@ -44,10 +53,5 @@ public class BatchDetail
...
@@ -44,10 +53,5 @@ public class BatchDetail
/// 工号
/// 工号
/// </summary>
/// </summary>
public
string
JobNumber
{
get
;
set
;
}
public
string
JobNumber
{
get
;
set
;
}
/// <summary>
/// 批次
/// </summary>
public
string
Batch
{
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