|
|
@@ -111,7 +111,7 @@ public class WsPunchClock extends DataEntity<WsPunchClock> {
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
@NotNull(message = "上班卡不能为空")
|
|
|
- @ExcelField(title = "上班卡时间", align = 2, sort = 4)
|
|
|
+ @ExcelField(title = "上班卡时间", align = 2, sort = 5)
|
|
|
public Date getStartPunchClock() {
|
|
|
return startPunchClock;
|
|
|
}
|
|
|
@@ -137,7 +137,7 @@ public class WsPunchClock extends DataEntity<WsPunchClock> {
|
|
|
}
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
- @ExcelField(title = "下班卡时间", align = 2, sort = 5)
|
|
|
+ @ExcelField(title = "下班卡时间", align = 2, sort = 6)
|
|
|
public Date getEndPunchClock() {
|
|
|
return endPunchClock;
|
|
|
}
|
|
|
@@ -146,7 +146,7 @@ public class WsPunchClock extends DataEntity<WsPunchClock> {
|
|
|
this.endPunchClock = endPunchClock;
|
|
|
}
|
|
|
|
|
|
- @ExcelField(title = "打卡工时", align = 2, sort = 6)
|
|
|
+ @ExcelField(title = "打卡工时", align = 2, sort = 7)
|
|
|
public Integer getDuration() {
|
|
|
return duration;
|
|
|
}
|
|
|
@@ -155,6 +155,7 @@ public class WsPunchClock extends DataEntity<WsPunchClock> {
|
|
|
this.duration = duration;
|
|
|
}
|
|
|
|
|
|
+ @ExcelField(title = "所在企业", align = 2, sort = 4)
|
|
|
public String getCompanyName() {
|
|
|
return companyName;
|
|
|
}
|
|
|
@@ -299,7 +300,7 @@ public class WsPunchClock extends DataEntity<WsPunchClock> {
|
|
|
this.week = week;
|
|
|
}
|
|
|
|
|
|
- @ExcelField(title = "状态", align = 2, sort = 7, dictType = "grant_status")
|
|
|
+ @ExcelField(title = "状态", align = 2, sort = 8, dictType = "grant_status")
|
|
|
public Integer getGrantStatus() {
|
|
|
return grantStatus;
|
|
|
}
|