陪练场景下每次只出一道题

This commit is contained in:
zhonghua1
2025-12-28 09:32:56 +08:00
parent db761cbe24
commit 6d9c934a68
6 changed files with 68 additions and 69 deletions

View File

@@ -45,6 +45,11 @@ public class TrainingItem implements Serializable {
@TableField("answer")
private String answer;
@Schema(description = "AI答案")
@TableField("ai_answer")
private String AiAnswer;
@Schema(description = "创建时间")
@TableField("create_time")
private LocalDateTime createTime;