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
b5a78fab
Commit
b5a78fab
authored
Nov 30, 2023
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
考勤汇总导出结果列顺序修改
parent
bcd09ec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
25 deletions
+28
-25
attendance-performance-manager/src/main/java/com/mortals/xhx/module/attendance/model/AttendanceStatEntity.java
...als/xhx/module/attendance/model/AttendanceStatEntity.java
+28
-25
No files found.
attendance-performance-manager/src/main/java/com/mortals/xhx/module/attendance/model/AttendanceStatEntity.java
View file @
b5a78fab
...
@@ -43,6 +43,32 @@ public class AttendanceStatEntity extends AttendanceStatVo {
...
@@ -43,6 +43,32 @@ public class AttendanceStatEntity extends AttendanceStatVo {
*/
*/
@Excel
(
name
=
"部门名称"
)
@Excel
(
name
=
"部门名称"
)
private
String
deptName
;
private
String
deptName
;
/**
* 手机号码
*/
private
String
phoneNumer
;
@Excel
(
name
=
"出勤天数"
)
private
Integer
workDays
;
/**
* 出勤天数
*/
@Excel
(
name
=
"实际出勤天数"
)
private
Integer
goTimes
;
/**
* 考勤汇总-出勤率(%)
*/
@Excel
(
name
=
"考勤汇总-出勤率"
,
percentEnabled
=
true
,
suffix
=
"%"
,
scale
=
2
)
private
BigDecimal
attendanceRate
;
/**
* 上午缺卡次数
*/
@Excel
(
name
=
"缺卡次数"
)
private
Integer
morningTimes
;
/**
* 下午缺卡次数
*/
private
Integer
afternoonTimes
;
/**
/**
* 回单位(天)
* 回单位(天)
*/
*/
...
@@ -133,11 +159,7 @@ public class AttendanceStatEntity extends AttendanceStatVo {
...
@@ -133,11 +159,7 @@ public class AttendanceStatEntity extends AttendanceStatVo {
*/
*/
@Excel
(
name
=
"考勤汇总-其他"
)
@Excel
(
name
=
"考勤汇总-其他"
)
private
BigDecimal
otherDays
;
private
BigDecimal
otherDays
;
/**
* 考勤汇总-出勤率(%)
*/
@Excel
(
name
=
"考勤汇总-出勤率"
,
percentEnabled
=
true
,
suffix
=
"%"
,
scale
=
2
)
private
BigDecimal
attendanceRate
;
/**
/**
* 考勤汇总-未按规定打卡(含忘记打卡)
* 考勤汇总-未按规定打卡(含忘记打卡)
*/
*/
...
@@ -219,26 +241,7 @@ public class AttendanceStatEntity extends AttendanceStatVo {
...
@@ -219,26 +241,7 @@ public class AttendanceStatEntity extends AttendanceStatVo {
*/
*/
@Excel
(
name
=
"陪产假"
)
@Excel
(
name
=
"陪产假"
)
private
BigDecimal
paternityLeaveDays
;
private
BigDecimal
paternityLeaveDays
;
/**
* 手机号码
*/
private
String
phoneNumer
;
@Excel
(
name
=
"应到天数"
)
private
Integer
workDays
;
/**
* 出勤天数
*/
@Excel
(
name
=
"出勤天数"
)
private
Integer
goTimes
;
/**
* 上午缺卡次数
*/
@Excel
(
name
=
"缺卡次数"
)
private
Integer
morningTimes
;
/**
* 下午缺卡次数
*/
private
Integer
afternoonTimes
;
@Override
@Override
public
int
hashCode
()
{
public
int
hashCode
()
{
return
this
.
getId
().
hashCode
();
return
this
.
getId
().
hashCode
();
...
...
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