[增加默认值]
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-01-12 13:49:03 +08:00
parent 7c14e9e7a3
commit 4398afe298
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ namespace IRaCIS.Core.Domain.Models
public string Note = string.Empty;
public string RecordPath { get; set; }
public string RecordPath { get; set; }=string.Empty;
}