Commit f169a660 authored by 廖旭伟's avatar 廖旭伟

导出字段调整

parent 9297151e
...@@ -226,10 +226,12 @@ public class AttendanceStatEntity extends AttendanceStatVo { ...@@ -226,10 +226,12 @@ public class AttendanceStatEntity extends AttendanceStatVo {
/** /**
* 出勤天数 * 出勤天数
*/ */
@Excel(name = "出勤天数")
private Integer goTimes; private Integer goTimes;
/** /**
* 上午缺卡次数 * 上午缺卡次数
*/ */
@Excel(name = "缺卡次数")
private Integer morningTimes; private Integer morningTimes;
/** /**
* 下午缺卡次数 * 下午缺卡次数
......
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