Uat_Study
he 2022-12-28 11:02:20 +08:00
parent 3817792628
commit 36ba9f4c55
1 changed files with 5 additions and 0 deletions

View File

@ -251,6 +251,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string CreateUserName { get; set; }
/// <summary>
/// 图片路径
/// </summary>
public string ImagePath { get; set; } = string.Empty;
public List<ImageInfo> FileList { get; set; } = new List<ImageInfo>();