修改一版
This commit is contained in:
@@ -58,7 +58,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public int ShowOrder { get; set; }
|
||||
|
||||
|
||||
public string ParentTriggerValue { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -92,6 +92,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public string TypeValue { get; set; } = string.Empty;
|
||||
public string ParentTriggerValue { get; set; } = string.Empty;
|
||||
public int ShowOrder { get; set; }
|
||||
|
||||
|
||||
public Guid SystemQuestionId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user