Uat_Study
parent
6f04c8ac14
commit
36d341133d
|
@ -221,10 +221,13 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 文件数量
|
/// 文件数量
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int FileCount { get {
|
public int FileCount
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
return this.FileList.Count();
|
return this.FileList.Count();
|
||||||
} }
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public List<GetFileDto> FileList { get; set; } = new List<GetFileDto>();
|
public List<GetFileDto> FileList { get; set; } = new List<GetFileDto>();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue