陪练场景下每次只出一道题
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -33,6 +33,10 @@ public class TrainingMain implements Serializable {
|
||||
@TableField("tenant_id")
|
||||
private String tenantId;
|
||||
|
||||
@Schema(description = "场景ID")
|
||||
@TableField("scenario_id")
|
||||
private String scenarioId;
|
||||
|
||||
@Schema(description = "陪练标题")
|
||||
@TableField("title")
|
||||
private String title;
|
||||
|
||||
Reference in New Issue
Block a user