This commit is contained in:
he
2022-12-28 11:21:08 +08:00
parent f878bdfdb6
commit 3a56b52f9c
2 changed files with 4 additions and 5 deletions
@@ -305,10 +305,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 图片路径
/// </summary>
public string ImagePath { get; set; } = string.Empty;
public List<ImageInfo> FileList { get; set; } = new List<ImageInfo>();
public string FileName { get; set; } = string.Empty;