修改时间国际化

This commit is contained in:
2024-08-27 14:47:20 +08:00
parent f52b09e5e8
commit 633abdf0f4
8 changed files with 359 additions and 31 deletions
@@ -46,7 +46,7 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsDicom { get; set; }
}
public class UnionStudyMonitorModel : UnionStudyBaseModel
@@ -363,4 +363,21 @@ namespace IRaCIS.Core.Application.Contracts
public decimal FileFize { get; set; }
}
public class CRCUploadedStudyQuqry
{
[NotDefault]
public Guid SubjectVisitId { get; set; }
public List<Guid> DicomStudyIdList { get; set; }
public List<Guid> NoneDicomStudyIdList { get; set; }
}
public class IRReadingDownloadQuery
{
[NotDefault]
public Guid VisitTaskId { get; set; }
}
}