给字符串增加默认值空
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-07 00:19:33 +08:00
parent 2d864de128
commit 6e2a58c3d7
37 changed files with 393 additions and 232 deletions
@@ -56,12 +56,12 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 临床问题类型(分组,单选。)
/// </summary>
public string ClinicalTableQuestionType { get; set; }
/// <summary>
public string ClinicalTableQuestionType { get; set; } = string.Empty;
/// <summary>
/// 问题标识
/// </summary>
public ClinicalTableQuestionMark? ClinicalTableQuestionMarkEnum { get; set; }
public ClinicalTableQuestionMark? ClinicalTableQuestionMarkEnum { get; set; }
/// <summary>
/// 最大长度
@@ -76,12 +76,12 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 自定义选项
/// </summary>
public string TypeValue { get; set; }
public string TypeValue { get; set; } = string.Empty;
/// <summary>
/// 字典Code
/// </summary>
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 字典Code
/// </summary>
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 排序