增加HtmlPath

This commit is contained in:
2023-10-30 10:29:56 +08:00
parent 0451ef4190
commit 11c83759d2
6 changed files with 17 additions and 11 deletions
@@ -197,8 +197,6 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsDicomReUpload { get; set; }
public int FileCount { get; set; }
}
@@ -312,6 +310,8 @@ namespace IRaCIS.Core.Application.Contracts
public string WindowWidth { get; set; }
public bool Anonymize { get; set; }
public string Path { get; set; }
public string Path { get; set; } = string.Empty;
public string HtmlPath { get; set; } = string.Empty;
}
}