修改
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

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