修改一版

This commit is contained in:
he
2022-07-05 15:41:08 +08:00
parent a75bd015ba
commit ecef78fa6f
5 changed files with 47 additions and 15 deletions
@@ -134,6 +134,12 @@ namespace IRaCIS.Core.Domain.Models
public DateTime? SaveConclusionTime { get; set; }
/// <summary>
/// 文件名称
/// </summary>
public string FileName { get; set; } = string.Empty;
}
}