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

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

@@ -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;