This commit is contained in:
he
2022-11-29 09:21:02 +08:00
parent 551210901b
commit 576fca6d11
3 changed files with 6 additions and 4 deletions
@@ -252,7 +252,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string CreateUserName { get; set; }
public List<ImageInfo> FileList { get; set; }
public List<ImageInfo> FileList { get; set; } = new List<ImageInfo>();
}
@@ -468,7 +468,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string Questioning { get; set; } = string.Empty;
public List<ImageInfo> FileList { get; set; }
public List<ImageInfo> FileList { get; set; } = new List<ImageInfo>();
/// <summary>
/// 审核建议