Uat_Study
parent
60da03b5c6
commit
a6fc71ce7d
|
@ -98,7 +98,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 父问题触发
|
/// 父问题触发
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ParentTriggerValue { get; set; }
|
public string ParentTriggerValue { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题名称
|
/// 问题名称
|
||||||
|
@ -174,7 +174,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||||
public Guid Id { get; set; }
|
public Guid Id { get; set; }
|
||||||
|
|
||||||
public string Type { 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 QuestionName { get; set; }
|
||||||
public string TypeValue { get; set; }
|
public string TypeValue { get; set; }
|
||||||
public Guid TrialId { get; set; }
|
public Guid TrialId { get; set; }
|
||||||
|
|
Loading…
Reference in New Issue