diff --git a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs
index 2cd9ea89b..74f92bf47 100644
--- a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs
+++ b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs
@@ -32,22 +32,22 @@ namespace IRaCIS.Core.Domain.Models
///
/// 类型
///
- public string Type { get; set; }
+ public string Type { get; set; } = string.Empty;
- ///
- /// 父问题触发
- ///
- public string ParentTriggerValue { get; set; }
+ ///
+ /// 父问题触发
+ ///
+ public string ParentTriggerValue { get; set; } = string.Empty;
- ///
- /// 问题名称
- ///
- public string QuestionName { get; set; }
+ ///
+ /// 问题名称
+ ///
+ public string QuestionName { get; set; } = string.Empty;
- ///
- /// 是否是必须
- ///
- public IsRequired IsRequired { get; set; }
+ ///
+ /// 是否是必须
+ ///
+ public IsRequired IsRequired { get; set; }
///
/// 排序
@@ -63,9 +63,9 @@ namespace IRaCIS.Core.Domain.Models
///
/// 类型值
///
- public string TypeValue { get; set; }
+ public string TypeValue { get; set; } = string.Empty;
- public bool IsEnable { get; set; }
+ public bool IsEnable { get; set; }
///
/// 是否是裁判问题
@@ -90,17 +90,17 @@ namespace IRaCIS.Core.Domain.Models
///
/// 备注
///
- public string Remark { get; set; }
+ public string Remark { get; set; } = string.Empty;
- ///
- /// 分组
- ///
- public string GroupName { get; set; }
+ ///
+ /// 分组
+ ///
+ public string GroupName { get; set; } = string.Empty;
- ///
- /// 创建时间
- ///
- public DateTime CreateTime { get; set; }
+ ///
+ /// 创建时间
+ ///
+ public DateTime CreateTime { get; set; }
///
/// 系统问题ID