From a42472fb397c0e3fb5f533e6012f0c8fccaf3a75 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 16 Mar 2023 16:34:22 +0800 Subject: [PATCH] x --- .../ReadingQuestionTrial.cs | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) 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