Uat_Study
he 2022-06-10 10:59:34 +08:00
parent 60efc75f44
commit cb0db83d59
1 changed files with 4 additions and 4 deletions

View File

@ -41,11 +41,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary> /// <summary>
/// 要删除的对象 /// 要删除的对象
/// </summary> /// </summary>
public List<Guid> DeleteFileIds { get; set; }
public List<Guid> DeleteFileIds { get; set; } = new List<Guid>();
public List<FileDto> AddFileList { get; set; }
public List<FileDto> AddFileList { get; set; } = new List<FileDto>();
} }
public class FileDto public class FileDto