添加字段
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
@@ -143,6 +143,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public ShowChartType ShowChartTypeEnum { get; set; } = ShowChartType.NotShow;
/// <summary>
/// 选项类型
/// </summary>
public OptionType OptionTypeEnum { get; set; } = OptionType.Defalut;
/// <summary>
/// 高亮问题的答案
/// </summary>
@@ -437,6 +437,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public ShowChartType ShowChartTypeEnum { get; set; } = ShowChartType.NotShow;
/// <summary>
/// 选项类型
/// </summary>
public OptionType OptionTypeEnum { get; set; } = OptionType.Defalut;
public Guid? Id { get; set; }
@@ -572,6 +577,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public ShowChartType ShowChartTypeEnum { get; set; } = ShowChartType.NotShow;
/// <summary>
/// 选项类型
/// </summary>
public OptionType OptionTypeEnum { get; set; } = OptionType.Defalut;
/// <summary>
/// 单位
/// </summary>
@@ -1257,6 +1267,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public ShowChartType ShowChartTypeEnum { get; set; } = ShowChartType.NotShow;
/// <summary>
/// 选项类型
/// </summary>
public OptionType OptionTypeEnum { get; set; } = OptionType.Defalut;
/// <summary>
/// 问题英文名称
/// </summary>
@@ -1373,6 +1388,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public ShowChartType ShowChartTypeEnum { get; set; } = ShowChartType.NotShow;
/// <summary>
/// 选项类型
/// </summary>
public OptionType OptionTypeEnum { get; set; } = OptionType.Defalut;
/// <summary>
/// 单位
/// </summary>
@@ -1843,6 +1863,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public ShowChartType ShowChartTypeEnum { get; set; } = ShowChartType.NotShow;
/// <summary>
/// 选项类型
/// </summary>
public OptionType OptionTypeEnum { get; set; } = OptionType.Defalut;
[Comment("限制编辑")]
public LimitEdit LimitEdit { get; set; } = LimitEdit.None;
@@ -2254,6 +2279,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public ShowChartType ShowChartTypeEnum { get; set; } = ShowChartType.NotShow;
/// <summary>
/// 选项类型
/// </summary>
public OptionType OptionTypeEnum { get; set; } = OptionType.Defalut;
/// <summary>
/// 单位
/// </summary>
@@ -2666,6 +2696,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public ShowChartType ShowChartTypeEnum { get; set; } = ShowChartType.NotShow;
/// <summary>
/// 选项类型
/// </summary>
public OptionType OptionTypeEnum { get; set; } = OptionType.Defalut;
/// <summary>
/// 单位
/// </summary>