|
|
@@ -3,6 +3,8 @@ package com.xjrsoft.module.attendance.vo;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
|
|
|
+import java.time.LocalDateTime;
|
|
|
+
|
|
|
/**
|
|
|
* @title: 学生考勤统计列表
|
|
|
* @Author dzx
|
|
|
@@ -32,4 +34,7 @@ public class StudentStatisticsPageVo {
|
|
|
|
|
|
@ApiModelProperty("学生userId")
|
|
|
private Long userId;
|
|
|
+
|
|
|
+ @ApiModelProperty("考勤时间")
|
|
|
+ private LocalDateTime recordTime;
|
|
|
}
|