[增加默认值]
parent
025a8e7af1
commit
4874533804
|
@ -87,7 +87,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
public string Note = string.Empty;
|
public string Note = string.Empty;
|
||||||
|
|
||||||
public string RecordPath { get; set; }
|
public string RecordPath { get; set; }=string.Empty;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue