@@ -49,13 +49,13 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public Guid? ParentId { get; set; }
|
||||
|
||||
|
||||
public string TypeValue { get; set; }
|
||||
|
||||
public string TypeValue { get; set; } = string.Empty;
|
||||
|
||||
public string ParentTriggerValue { get; set; }
|
||||
|
||||
|
||||
public int ShowOrder { get; set; }
|
||||
public string ParentTriggerValue { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public int ShowOrder { get; set; }
|
||||
|
||||
public bool? IsConfirm { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user