修改警告

This commit is contained in:
2022-04-08 14:22:07 +08:00
parent 6318c09946
commit 2e1cb7a3b3
20 changed files with 44 additions and 276 deletions
@@ -20,7 +20,7 @@ namespace IRaCIS.Core.Application.Contracts
public Guid SubjectVisitId { get; set; }
public string SubjectCode { get; set; }
public string SubjectCode { get; set; } = String.Empty;
public string VisitName { get; set; } = string.Empty;
@@ -58,12 +58,11 @@ namespace IRaCIS.Core.Application.Contracts
public decimal FileSize { get; set; }
public string IP { get; set; }
public string IP { get; set; } = String.Empty;
public bool IsDicomReUpload { get; set; }
public bool IsDicom { get; set; }
public int FileCount { get; set; }