修改一版
This commit is contained in:
@@ -57,6 +57,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public string ChildInvalidValue { get; set; } = String.Empty;
|
||||
public int ShowOrder { get; set; }
|
||||
|
||||
|
||||
public string ParentTriggerValue { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -83,6 +83,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public class TrialQCQuestionConfigureBatchAdd
|
||||
{
|
||||
|
||||
public Guid Id { get; set; }
|
||||
public string QuestionName { get; set; } = string.Empty;
|
||||
public bool IsRequired { get; set; }
|
||||
public bool IsEnable { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user