[增加默认值]

Uat_Study
hang 2024-01-12 13:49:03 +08:00
parent 025a8e7af1
commit 4874533804
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;
}