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

若尔盖考勤汇总导表需求

parent 404e7b75
......@@ -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;
/**
* 年
......
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