修改
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user