修改添加qc模板

This commit is contained in:
2022-05-06 14:34:32 +08:00
parent 7103b62786
commit 839646e410
5 changed files with 64 additions and 63 deletions
@@ -47,7 +47,7 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsEnable { get; set; }
public string Type { get; set; } = String.Empty;
public string ParentTriggerValue { get; set; }
public string ParentTriggerValue { get; set; } = String.Empty;
public Guid? ParentId { get; set; }