Uat_Study
parent
60efc75f44
commit
cb0db83d59
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue