Commit 614ccbaa authored by 廖旭伟's avatar 廖旭伟

若尔盖考勤汇总导表需求

parent 404e7b75
...@@ -162,12 +162,12 @@ public class AttendanceStatEntity extends AttendanceStatVo { ...@@ -162,12 +162,12 @@ public class AttendanceStatEntity extends AttendanceStatVo {
/** /**
* 考勤汇总-旷工(天) * 考勤汇总-旷工(天)
*/ */
@Excel(name = "考勤汇总-旷工") //@Excel(name = "考勤汇总-旷工")
private BigDecimal absenteeismDays; private BigDecimal absenteeismDays;
/** /**
* 考勤汇总-其他(天) * 考勤汇总-其他(天)
*/ */
@Excel(name = "考勤汇总-其他") //@Excel(name = "考勤汇总-其他")
private BigDecimal otherDays; private BigDecimal otherDays;
/** /**
...@@ -183,7 +183,7 @@ public class AttendanceStatEntity extends AttendanceStatVo { ...@@ -183,7 +183,7 @@ public class AttendanceStatEntity extends AttendanceStatVo {
/** /**
* 考勤汇总-上网耍手机(次) * 考勤汇总-上网耍手机(次)
*/ */
@Excel(name = "考勤汇总-上网耍手机") //@Excel(name = "考勤汇总-上网耍手机")
private Integer surfingMobileTimes; private Integer surfingMobileTimes;
/** /**
* 考勤汇总-溜班(次) * 考勤汇总-溜班(次)
...@@ -193,22 +193,22 @@ public class AttendanceStatEntity extends AttendanceStatVo { ...@@ -193,22 +193,22 @@ public class AttendanceStatEntity extends AttendanceStatVo {
/** /**
* 考勤汇总-空岗 * 考勤汇总-空岗
*/ */
@Excel(name = "考勤汇总-空岗") //@Excel(name = "考勤汇总-空岗")
private BigDecimal vacancy; private BigDecimal vacancy;
/** /**
* 考勤汇总-未规范着装(次) * 考勤汇总-未规范着装(次)
*/ */
@Excel(name = "考勤汇总-未规范着装") //@Excel(name = "考勤汇总-未规范着装")
private Integer nonStandardDressTimes; private Integer nonStandardDressTimes;
/** /**
* 考勤汇总-无故缺席会议 * 考勤汇总-无故缺席会议
*/ */
@Excel(name = "考勤汇总-无故缺席会议") //@Excel(name = "考勤汇总-无故缺席会议")
private BigDecimal unexcusedMeetingAbsence; private BigDecimal unexcusedMeetingAbsence;
/** /**
* 考勤汇总-会议早退 * 考勤汇总-会议早退
*/ */
@Excel(name = "考勤汇总-会议早退") //@Excel(name = "考勤汇总-会议早退")
private BigDecimal earlyLeaveMeeting; private BigDecimal earlyLeaveMeeting;
/** /**
* 年 * 年
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment