默认值遗漏
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-07 00:46:08 +08:00
parent 6e2a58c3d7
commit 243fae4b19
70 changed files with 323 additions and 325 deletions
+5 -5
View File
@@ -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; }