影像上传增加文件大小
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-26 15:35:02 +08:00
parent 1778d45481
commit 0acb7ca987
13 changed files with 26 additions and 10 deletions
@@ -184,7 +184,7 @@ namespace IRaCIS.Core.Application.Contracts
[NotDefault]
public Guid SubjectVisitId { get; set; }
public decimal FileSize { get; set; }
public long FileSize { get; set; }
public bool IsDicomReUpload { get; set; }
@@ -206,7 +206,7 @@ namespace IRaCIS.Core.Application.Contracts
public Guid SubjectVisitId { get; set; }
public decimal FileSize { get; set; }
public long FileSize { get; set; }
public bool IsDicomReUpload { get; set; }
@@ -360,5 +360,7 @@ namespace IRaCIS.Core.Application.Contracts
public string Path { get; set; } = string.Empty;
public string HtmlPath { get; set; } = string.Empty;
public decimal FileFize { get; set; }
}
}