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
1e5627f2
Commit
1e5627f2
authored
Sep 15, 2020
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
行政后勤人员工号读取保存
parent
fa63d2e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
performance/Performance.DtoModels/PerExcel/PerDataLogisticsEmployee.cs
+1
-1
performance/Performance.Services/PerExcelService/ExcelReadConfig.cs
+1
-1
No files found.
performance/Performance.DtoModels/PerExcel/PerDataLogisticsEmployee.cs
View file @
1e5627f2
...
...
@@ -34,7 +34,7 @@ public class PerDataLogisticsEmployee : IPerData
/// <summary>
/// 人员工号
/// </summary>
public
string
Job
Number
{
get
;
set
;
}
public
string
Personnel
Number
{
get
;
set
;
}
/// <summary>
/// 姓名
...
...
performance/Performance.Services/PerExcelService/ExcelReadConfig.cs
View file @
1e5627f2
...
...
@@ -56,7 +56,7 @@ public class ExcelReadConfig
new
ColumnInfo
(
nameof
(
PerDataLogisticsEmployee
.
FitPeople
),
"绩效基数核算参考对象"
),
new
ColumnInfo
(
nameof
(
PerDataLogisticsEmployee
.
FitPeopleValue
),
"绩效基础核算参考值"
,
true
),
new
ColumnInfo
(
nameof
(
PerDataLogisticsEmployee
.
FitPeopleRatio
),
"绩效基数核算系数"
,
true
),
new
ColumnInfo
(
nameof
(
PerDataLogisticsEmployee
.
Job
Number
),
"人员工号"
),
new
ColumnInfo
(
nameof
(
PerDataLogisticsEmployee
.
Personnel
Number
),
"人员工号"
),
new
ColumnInfo
(
nameof
(
PerDataLogisticsEmployee
.
DoctorName
),
"人员姓名"
),
new
ColumnInfo
(
nameof
(
PerDataLogisticsEmployee
.
JobTitle
),
"职务分类"
),
new
ColumnInfo
(
nameof
(
PerDataLogisticsEmployee
.
PostCoefficient
),
"岗位系数"
,
true
),
...
...
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