修改一版

This commit is contained in:
he
2022-08-04 14:44:09 +08:00
parent a9b161783b
commit 070ef85418
6 changed files with 81 additions and 7 deletions
@@ -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; }