修改一版

This commit is contained in:
he
2022-06-10 10:58:08 +08:00
parent d3d79637bf
commit 60efc75f44
5 changed files with 62 additions and 30 deletions
@@ -39,9 +39,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public bool IsVisit { get; set; }
/// <summary>
/// 文件列表
/// 要删除的对象
/// </summary>
public List<FileDto> FileList { get; set; }
public List<Guid> DeleteFileIds { get; set; }
public List<FileDto> AddFileList { get; set; }
}
public class FileDto