Compare commits
2 Commits
3a6afd6958
...
a37a1a6b95
| Author | SHA1 | Date |
|---|---|---|
|
|
a37a1a6b95 | |
|
|
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