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

@ -42,10 +42,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 要删除的对象
/// </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