[遗漏 get set]
parent
906bf18971
commit
33c3fc158f
|
@ -85,7 +85,7 @@ namespace IRaCIS.Core.Domain.Models
|
|||
|
||||
public bool IsSuccess { get; set; }
|
||||
|
||||
public string Note = string.Empty;
|
||||
public string Note { get; set; } = string.Empty;
|
||||
|
||||
public string RecordPath { get; set; }=string.Empty;
|
||||
|
||||
|
|
Loading…
Reference in New Issue