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
614ccbaa
Commit
614ccbaa
authored
Sep 10, 2024
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
若尔盖考勤汇总导表需求
parent
404e7b75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
attendance-performance-manager/src/main/java/com/mortals/xhx/module/attendance/model/AttendanceStatEntity.java
...als/xhx/module/attendance/model/AttendanceStatEntity.java
+7
-7
No files found.
attendance-performance-manager/src/main/java/com/mortals/xhx/module/attendance/model/AttendanceStatEntity.java
View file @
614ccbaa
...
...
@@ -162,12 +162,12 @@ public class AttendanceStatEntity extends AttendanceStatVo {
/**
* 考勤汇总-旷工(天)
*/
@Excel
(
name
=
"考勤汇总-旷工"
)
//
@Excel(name = "考勤汇总-旷工")
private
BigDecimal
absenteeismDays
;
/**
* 考勤汇总-其他(天)
*/
@Excel
(
name
=
"考勤汇总-其他"
)
//
@Excel(name = "考勤汇总-其他")
private
BigDecimal
otherDays
;
/**
...
...
@@ -183,7 +183,7 @@ public class AttendanceStatEntity extends AttendanceStatVo {
/**
* 考勤汇总-上网耍手机(次)
*/
@Excel
(
name
=
"考勤汇总-上网耍手机"
)
//
@Excel(name = "考勤汇总-上网耍手机")
private
Integer
surfingMobileTimes
;
/**
* 考勤汇总-溜班(次)
...
...
@@ -193,22 +193,22 @@ public class AttendanceStatEntity extends AttendanceStatVo {
/**
* 考勤汇总-空岗
*/
@Excel
(
name
=
"考勤汇总-空岗"
)
//
@Excel(name = "考勤汇总-空岗")
private
BigDecimal
vacancy
;
/**
* 考勤汇总-未规范着装(次)
*/
@Excel
(
name
=
"考勤汇总-未规范着装"
)
//
@Excel(name = "考勤汇总-未规范着装")
private
Integer
nonStandardDressTimes
;
/**
* 考勤汇总-无故缺席会议
*/
@Excel
(
name
=
"考勤汇总-无故缺席会议"
)
//
@Excel(name = "考勤汇总-无故缺席会议")
private
BigDecimal
unexcusedMeetingAbsence
;
/**
* 考勤汇总-会议早退
*/
@Excel
(
name
=
"考勤汇总-会议早退"
)
//
@Excel(name = "考勤汇总-会议早退")
private
BigDecimal
earlyLeaveMeeting
;
/**
* 年
...
...
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