修改
This commit is contained in:
@@ -278,6 +278,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public CustomCalculateMark? CustomCalculateMark { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// IsDepend
|
||||
/// </summary>
|
||||
public IsDepend IsDepend { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 自定义计算标记
|
||||
/// </summary>
|
||||
@@ -305,6 +311,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string ParentTriggerValue { get; set; } = string.Empty;
|
||||
public string QuestionName { get; set; } = string.Empty;
|
||||
public IsRequired IsRequired { get; set; }
|
||||
|
||||
|
||||
|
||||
public int ShowOrder { get; set; }
|
||||
public string TypeValue { get; set; } = string.Empty;
|
||||
public bool IsEnable { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user