修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-07-29 14:00:40 +08:00
parent 73e9e3239a
commit 6c9c8ee5dc
1 changed files with 4 additions and 4 deletions

View File

@ -190,10 +190,10 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public int Size { get; set; } = 0;
/// <summary>
/// 文件类型
/// </summary>
public string Type { get; set; }
/// <summary>
/// 文件类型
/// </summary>
public string Type { get; set; } = string.Empty;
}