|
@@ -39,7 +39,7 @@ public class StudentAttendanceSaveReqVO {
|
|
|
private String clockInStatus;
|
|
|
|
|
|
@Schema(description = "备注原因", example = "你猜")
|
|
|
-// @NotEmpty(message = "请假原因不能为空")
|
|
|
+ @NotEmpty(message = "请假原因不能为空")
|
|
|
private String remark;
|
|
|
|
|
|
@Schema(description = "学生学号", example = "3232")
|