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
6dfa7280
Commit
6dfa7280
authored
Jun 29, 2021
by
lcx
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sheettype枚举修改
parent
66a8e81c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
performance/Performance.DtoModels/PerExcel/ExcelEnum.cs
+5
-1
No files found.
performance/Performance.DtoModels/PerExcel/ExcelEnum.cs
View file @
6dfa7280
...
@@ -188,9 +188,13 @@ public enum SheetType
...
@@ -188,9 +188,13 @@ public enum SheetType
[
Description
(
"考核"
)]
[
Description
(
"考核"
)]
Assess
=
38
,
//该参数作用类似于 其他工作量
Assess
=
38
,
//该参数作用类似于 其他工作量
/// <summary> 医生收入 </summary>
[
Description
(
"医生收入"
)]
DoctorIncome
=
100
,
/// <summary> 自定义抽取模板 </summary>
/// <summary> 自定义抽取模板 </summary>
[
Description
(
"自定义抽取模板"
)]
[
Description
(
"自定义抽取模板"
)]
Custom
=
10
0
,
Custom
=
10
1
}
}
/// <summary>
/// <summary>
...
...
李承祥
@Licx
mentioned in commit
042ad975
Jul 01, 2021
mentioned in commit
042ad975
mentioned in commit 042ad9759cb0c3bb4d7f2eadd21928a4a1a6eba9
Toggle commit list
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