修改
This commit is contained in:
@@ -777,7 +777,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// <summary>
|
||||
/// IsRequired
|
||||
/// </summary>
|
||||
public int IsRequired { get; set; }
|
||||
public IsRequired IsRequired { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 排序号
|
||||
|
||||
@@ -59,7 +59,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public Guid? ParentId { get; set; }
|
||||
public string ParentTriggerValue { get; set; } = string.Empty;
|
||||
public string QuestionName { get; set; } = string.Empty;
|
||||
public int IsRequired { get; set; }
|
||||
public IsRequired IsRequired { get; set; }
|
||||
public int ShowOrder { get; set; }
|
||||
public string TypeValue { get; set; } = string.Empty;
|
||||
public bool IsEnable { get; set; }
|
||||
@@ -105,7 +105,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public Guid? ParentId { get; set; }
|
||||
public string ParentTriggerValue { get; set; } = string.Empty;
|
||||
public string QuestionName { get; set; } = string.Empty;
|
||||
public int IsRequired { get; set; }
|
||||
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