默认值遗漏
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-07 00:46:08 +08:00
parent 6e2a58c3d7
commit 243fae4b19
70 changed files with 323 additions and 325 deletions
@@ -24,15 +24,15 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid ReadingClinicalDataId { get; set; }
public string Path { get; set; }
public string Path { get; set; } = string.Empty;
public string FileName { get; set; }
public string FileName { get; set; } = string.Empty;
public int Size { get; set; } = 0;
public int Size { get; set; } = 0;
public string Type { get; set; }
public string Type { get; set; } = string.Empty;
}