Uat_Study
he 2022-06-10 15:16:30 +08:00
parent 6f04c8ac14
commit 36d341133d
1 changed files with 6 additions and 3 deletions

View File

@ -221,10 +221,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 文件数量
/// </summary>
public int FileCount { get {
public int FileCount
{
get
{
return this.FileList.Count();
} }
}
}
public List<GetFileDto> FileList { get; set; } = new List<GetFileDto>();
}