Uat_Study
he 2022-11-15 16:32:00 +08:00
parent 7eaed6d0c5
commit 5cf56f529a
2 changed files with 10 additions and 1 deletions

View File

@ -278,6 +278,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary> /// </summary>
public CustomCalculateMark? CustomCalculateMark { get; set; } public CustomCalculateMark? CustomCalculateMark { get; set; }
/// <summary>
/// IsDepend
/// </summary>
public IsDepend IsDepend { get; set; }
/// <summary> /// <summary>
/// 自定义计算标记 /// 自定义计算标记
/// </summary> /// </summary>
@ -305,6 +311,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string ParentTriggerValue { get; set; } = string.Empty; public string ParentTriggerValue { get; set; } = string.Empty;
public string QuestionName { get; set; } = string.Empty; public string QuestionName { get; set; } = string.Empty;
public IsRequired IsRequired { get; set; } public IsRequired IsRequired { get; set; }
public int ShowOrder { get; set; } public int ShowOrder { get; set; }
public string TypeValue { get; set; } = string.Empty; public string TypeValue { get; set; } = string.Empty;
public bool IsEnable { get; set; } public bool IsEnable { get; set; }

View File

@ -123,7 +123,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary> /// <summary>
/// IsDepend /// IsDepend
/// </summary> /// </summary>
public IsDepend? IsDepend { get; set; } public IsDepend IsDepend { get; set; }
/// <summary> /// <summary>