修正学习会话计时指针与时间单位定义

This commit is contained in:
2026-04-12 13:06:00 +08:00
parent 05f47b92a8
commit c696397d83
2 changed files with 12 additions and 13 deletions
@@ -28,11 +28,11 @@ public class StudySessionResponse {
private LocalDateTime endTime;
@Schema(description = "实际使用时间(分钟")
@Schema(description = "实际使用时间(")
private double actualTime;
@Schema(description = "有效学习时间(分钟")
@Schema(description = "有效学习时间(")
private double effectiveTime;
@@ -43,7 +43,7 @@ public class StudySessionResponse {
@Schema(description = "学习会话的状态(进行中、暂停、已结束)")
private String sessionState;
@Schema(description = "倒计时开始位置(S")
@Schema(description = "倒计时指针位置(毫秒")
private double pointerPosition;
@Schema(description = "系统提示")