@@ -11,6 +11,8 @@ public class AppDTO extends BaseEntity { | |||
// 用户id | |||
private long id; | |||
// 考勤组id | |||
private long attendanceGroupId; | |||
// 考勤组名称 | |||
private String attendanceGroupName; | |||
@@ -83,4 +85,8 @@ public class AppDTO extends BaseEntity { | |||
private String areaName; | |||
private String checkInStatus; | |||
// 用户昵称 | |||
private String nickName; | |||
} |