Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
03fa9e91
Commit
03fa9e91
authored
Apr 07, 2024
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作人员一张表导出bug修改
parent
5ddda379
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
attendance-performance-manager/src/main/java/com/mortals/xhx/module/window/model/WindowWorkmanPerformDetailEntity.java
...module/window/model/WindowWorkmanPerformDetailEntity.java
+10
-0
attendance-performance-manager/src/main/java/com/mortals/xhx/module/window/model/vo/WindowWorkmanPerformDetailVo.java
.../module/window/model/vo/WindowWorkmanPerformDetailVo.java
+2
-0
No files found.
attendance-performance-manager/src/main/java/com/mortals/xhx/module/window/model/WindowWorkmanPerformDetailEntity.java
View file @
03fa9e91
...
...
@@ -31,34 +31,42 @@ public class WindowWorkmanPerformDetailEntity extends WindowWorkmanPerformDetail
/**
* 工作人员名称
*/
@Excel
(
name
=
"工作人员名称"
,
sort
=
1
)
private
String
staffName
;
/**
* 工作纪律得分
*/
@Excel
(
name
=
"工作纪律得分"
,
sort
=
6
)
private
BigDecimal
discipline
;
/**
* 服务规范得分
*/
@Excel
(
name
=
"服务规范得分"
,
sort
=
7
)
private
BigDecimal
specification
;
/**
* 综合管理得分
*/
@Excel
(
name
=
"综合管理得分"
,
sort
=
8
)
private
BigDecimal
management
;
/**
* 群众评议得分
*/
@Excel
(
name
=
"群众评议得分"
,
sort
=
9
)
private
BigDecimal
evaluation
;
/**
* 工作效能得分
*/
@Excel
(
name
=
"工作效能得分"
,
sort
=
10
)
private
BigDecimal
efficiency
;
/**
* 加分
*/
@Excel
(
name
=
"加分"
,
sort
=
11
)
private
BigDecimal
bonusScore
;
/**
* 合计得分
*/
@Excel
(
name
=
"合计得分"
,
sort
=
12
)
private
BigDecimal
sumScore
;
/**
* 考核等级1好2较好3一般4较差
...
...
@@ -75,6 +83,7 @@ public class WindowWorkmanPerformDetailEntity extends WindowWorkmanPerformDetail
/**
* 所属部门名称
*/
@Excel
(
name
=
"所属部门"
,
sort
=
4
)
private
String
deptName
;
/**
* 所属大厅
...
...
@@ -83,6 +92,7 @@ public class WindowWorkmanPerformDetailEntity extends WindowWorkmanPerformDetail
/**
* 所属大厅名称
*/
@Excel
(
name
=
"所属大厅"
,
sort
=
5
)
private
String
salaName
;
@Override
public
int
hashCode
()
{
...
...
attendance-performance-manager/src/main/java/com/mortals/xhx/module/window/model/vo/WindowWorkmanPerformDetailVo.java
View file @
03fa9e91
...
...
@@ -22,9 +22,11 @@ public class WindowWorkmanPerformDetailVo extends BaseEntityLong {
/**
* 考核年度
*/
@Excel
(
name
=
"年度"
,
sort
=
2
)
private
Integer
year
;
/**
* 考核月份
*/
@Excel
(
name
=
"月份"
,
sort
=
3
)
private
Integer
month
;
}
\ No newline at end of file
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