钉钉考勤
This commit is contained in:
@@ -34,6 +34,10 @@ public class DingAttendanceStatsVO {
|
||||
* 用户是否有有效考勤数据
|
||||
*/
|
||||
private boolean isActive;
|
||||
/**
|
||||
* 旷工天数
|
||||
*/
|
||||
private String absenceDays;
|
||||
|
||||
private JSONArray report;
|
||||
|
||||
@@ -57,6 +61,10 @@ public class DingAttendanceStatsVO {
|
||||
case "应出勤天数":
|
||||
this.shouldAttendDays = val;
|
||||
break;
|
||||
case "旷工天数":
|
||||
this.absenceDays = val;
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user