diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs index 8d30e0a12..a13d33544 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingQuestionViewModel.cs @@ -620,6 +620,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow; + /// + /// 默认值 + /// + public string DefaultValue { get; set; } = string.Empty; + /// /// 问题类型 /// @@ -789,6 +794,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow; + + /// + /// 默认值 + /// + public string DefaultValue { get; set; } = string.Empty; + /// /// 字典code /// @@ -1106,6 +1117,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow; + /// + /// 默认值 + /// + public string DefaultValue { get; set; } = string.Empty; + /// /// 分组 /// @@ -1245,6 +1261,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow; + /// + /// 默认值 + /// + public string DefaultValue { get; set; } =string.Empty; + /// /// 系统标准Id /// diff --git a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionSystem.cs b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionSystem.cs index a3c61b0df..1efd69072 100644 --- a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionSystem.cs +++ b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionSystem.cs @@ -145,6 +145,11 @@ namespace IRaCIS.Core.Domain.Models /// public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow; + /// + /// 默认值 + /// + public string DefaultValue { get; set; } = string.Empty; + /// /// 数值类型 /// diff --git a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs index 4f94ca1ff..1df1c6fa2 100644 --- a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs +++ b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs @@ -152,6 +152,11 @@ namespace IRaCIS.Core.Domain.Models /// public ShowQuestion ShowQuestion { get; set; } = ShowQuestion.Show; + /// + /// 默认值 + /// + public string DefaultValue { get; set; } =string.Empty; + /// /// 最大问题数 ///