Uat_Study
he 2022-06-29 17:18:10 +08:00
parent 60da03b5c6
commit a6fc71ce7d
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ namespace IRaCIS.Core.Application.ViewModel
/// <summary>
/// 父问题触发
/// </summary>
public string ParentTriggerValue { get; set; }
public string ParentTriggerValue { get; set; } = string.Empty;
/// <summary>
/// 问题名称
@ -174,7 +174,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid Id { get; set; }
public string Type { get; set; }
public string ParentTriggerValue { get; set; }=string.Empty;
public string? ParentTriggerValue { get; set; }=string.Empty;
public string QuestionName { get; set; }
public string TypeValue { get; set; }
public Guid TrialId { get; set; }