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
da2c6e49
Commit
da2c6e49
authored
Oct 13, 2022
by
纪旭 韦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询查询用户下属医院返回增加IsShowAdjust字段
parent
38c17faf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
+5
-0
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
+5
-0
performance/Performance.DtoModels/Response/HospitalRequest.cs
+5
-0
performance/Performance.EntityModels/Entity/sys_hospital.cs
+5
-0
No files found.
performance/Performance.Api/wwwroot/Performance.DtoModels.xml
View file @
da2c6e49
...
...
@@ -3582,6 +3582,11 @@
是否开启个人绩效查询账号创建 1 是 2 否
</summary>
</member>
<member
name=
"P:Performance.DtoModels.HospitalResponse.IsShowAdjust"
>
<summary>
是否显示调节系数 1 显示 2 不显示
</summary>
</member>
<member
name=
"P:Performance.DtoModels.IncomeResponse.SheetNameKeyword"
>
<summary>
关键字匹配
...
...
performance/Performance.Api/wwwroot/Performance.EntityModels.xml
View file @
da2c6e49
...
...
@@ -8773,6 +8773,11 @@
是否开启个人绩效查询账号创建 1 是 2 否
</summary>
</member>
<member
name=
"P:Performance.EntityModels.sys_hospital.IsShowAdjust"
>
<summary>
是否显示调节系数 1 显示 2 不显示
</summary>
</member>
<member
name=
"T:Performance.EntityModels.sys_hospitalconfig"
>
<summary>
...
...
performance/Performance.DtoModels/Response/HospitalRequest.cs
View file @
da2c6e49
...
...
@@ -42,5 +42,10 @@ public class HospitalResponse
/// 是否开启个人绩效查询账号创建 1 是 2 否
/// </summary>
public
Nullable
<
int
>
IsOwnerQuery
{
get
;
set
;
}
/// <summary>
/// 是否显示调节系数 1 显示 2 不显示
/// </summary>
public
Nullable
<
int
>
IsShowAdjust
{
get
;
set
;
}
}
}
performance/Performance.EntityModels/Entity/sys_hospital.cs
View file @
da2c6e49
...
...
@@ -125,5 +125,10 @@ public class sys_hospital
/// 是否开启个人绩效查询账号创建 1 是 2 否
/// </summary>
public
Nullable
<
int
>
IsOwnerQuery
{
get
;
set
;
}
/// <summary>
/// 是否显示调节系数 1 显示 2 不显示
/// </summary>
public
Nullable
<
int
>
IsShowAdjust
{
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