添加字段
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-12-04 17:24:04 +08:00
parent 8a9afc2d9a
commit 4c4807c22e
12 changed files with 21575 additions and 1 deletions
@@ -181,6 +181,11 @@ public class ReadingQuestionSystem : BaseAddAuditEntity
/// </summary>
public ShowChartType ShowChartTypeEnum { get; set; } = ShowChartType.NotShow;
/// <summary>
/// 选项类型
/// </summary>
public OptionType OptionTypeEnum { get; set; } = OptionType.Defalut;
[Comment("最大答案长度")]
public int? MaxAnswerLength { get; set; }