修改一版

This commit is contained in:
he
2022-08-04 14:53:23 +08:00
parent 070ef85418
commit 3f524341bd
5 changed files with 22 additions and 5 deletions
@@ -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; }
}
}