给字符串增加默认值空
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-07 00:19:33 +08:00
parent 2d864de128
commit 6e2a58c3d7
37 changed files with 393 additions and 232 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace IRaCIS.Core.Domain.Models
#endregion
public string ChildGroup { get; set; }
public string ChildGroup { get; set; } = string.Empty;
public int ChildCodeEnum { get; set; }