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
15c38825
Commit
15c38825
authored
Mar 11, 2024
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
考勤绩效管理导出字段调整
parent
6846b9d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
attendance-performance-manager/src/main/java/com/mortals/xhx/module/perform/model/PerformAttendRecordEntity.java
...s/xhx/module/perform/model/PerformAttendRecordEntity.java
+9
-3
No files found.
attendance-performance-manager/src/main/java/com/mortals/xhx/module/perform/model/PerformAttendRecordEntity.java
View file @
15c38825
...
@@ -25,10 +25,12 @@ public class PerformAttendRecordEntity extends PerformAttendRecordVo {
...
@@ -25,10 +25,12 @@ public class PerformAttendRecordEntity extends PerformAttendRecordVo {
/**
/**
* 员工姓名
* 员工姓名
*/
*/
@Excel
(
name
=
"员工姓名"
)
private
String
staffName
;
private
String
staffName
;
/**
/**
* 工号
* 工号
*/
*/
private
String
workNum
;
private
String
workNum
;
/**
/**
* 所属部门
* 所属部门
...
@@ -37,6 +39,7 @@ public class PerformAttendRecordEntity extends PerformAttendRecordVo {
...
@@ -37,6 +39,7 @@ public class PerformAttendRecordEntity extends PerformAttendRecordVo {
/**
/**
* 所属部门名称
* 所属部门名称
*/
*/
@Excel
(
name
=
"所属部门"
)
private
String
deptName
;
private
String
deptName
;
/**
/**
* 所属考勤组ID
* 所属考勤组ID
...
@@ -45,6 +48,7 @@ public class PerformAttendRecordEntity extends PerformAttendRecordVo {
...
@@ -45,6 +48,7 @@ public class PerformAttendRecordEntity extends PerformAttendRecordVo {
/**
/**
* 所属考勤组名称
* 所属考勤组名称
*/
*/
@Excel
(
name
=
"考勤组"
)
private
String
attendanceGroupName
;
private
String
attendanceGroupName
;
/**
/**
* 考勤时间
* 考勤时间
...
@@ -57,18 +61,22 @@ public class PerformAttendRecordEntity extends PerformAttendRecordVo {
...
@@ -57,18 +61,22 @@ public class PerformAttendRecordEntity extends PerformAttendRecordVo {
/**
/**
* 异常时间
* 异常时间
*/
*/
@Excel
(
name
=
"异常时间"
,
width
=
80
,
dateFormat
=
"yyyy-MM-dd HH:mm:ss"
)
private
Date
errorTime
;
private
Date
errorTime
;
/**
/**
* 上下班时间
* 上下班时间
*/
*/
@Excel
(
name
=
"上下班时间"
)
private
String
goOffTimeStr
;
private
String
goOffTimeStr
;
/**
/**
* 实际打卡时间
* 实际打卡时间
*/
*/
@Excel
(
name
=
"实际打卡时间"
,
width
=
80
,
dateFormat
=
"yyyy-MM-dd HH:mm:ss"
)
private
Date
actualAttendTime
;
private
Date
actualAttendTime
;
/**
/**
* 异常处理结果
* 异常处理结果
*/
*/
@Excel
(
name
=
"异常处理结果"
)
private
String
errorResult
;
private
String
errorResult
;
/**
/**
* 扣分方式(1.系统自动,2.人工添加)
* 扣分方式(1.系统自动,2.人工添加)
...
@@ -102,12 +110,11 @@ public class PerformAttendRecordEntity extends PerformAttendRecordVo {
...
@@ -102,12 +110,11 @@ public class PerformAttendRecordEntity extends PerformAttendRecordVo {
/**
/**
* 附件名称,多个逗号分割
* 附件名称,多个逗号分割
*/
*/
@Excel
(
name
=
"附件名称,多个逗号分割"
)
private
String
fileNames
;
private
String
fileNames
;
/**
/**
* 附件下载地址,多个逗号分割
* 附件下载地址,多个逗号分割
*/
*/
@Excel
(
name
=
"附件下载地址,多个逗号分割"
)
private
String
filePaths
;
private
String
filePaths
;
/**
/**
* 绩效规则分类id
* 绩效规则分类id
...
@@ -124,7 +131,6 @@ public class PerformAttendRecordEntity extends PerformAttendRecordVo {
...
@@ -124,7 +131,6 @@ public class PerformAttendRecordEntity extends PerformAttendRecordVo {
/**
/**
* 窗口编号
* 窗口编号
*/
*/
@Excel
(
name
=
"窗口编号"
)
private
String
windowNum
;
private
String
windowNum
;
@Override
@Override
public
int
hashCode
()
{
public
int
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