[遗漏 get set]

IRC_NewDev
hang 2024-01-15 15:14:37 +08:00
parent 906bf18971
commit 33c3fc158f
1 changed files with 1 additions and 1 deletions

View File

@ -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;