修改时间国际化
This commit is contained in:
@@ -18,6 +18,14 @@ namespace IRaCIS.Core.Domain.Models
|
||||
[ForeignKey("NoneDicomStudyId")]
|
||||
[JsonIgnore]
|
||||
public NoneDicomStudy NoneDicomStudy { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
public VisitTask VisitTask { get; set; }
|
||||
|
||||
//[ForeignKey("OriginNoneDicomStudyId")]
|
||||
//[JsonIgnore]
|
||||
//public NoneDicomStudy OriginNoneDicomStudy { get; set; }
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -31,7 +39,16 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public string FileType { get; set; }
|
||||
|
||||
public decimal? FileSize { get; set; }
|
||||
public long? FileSize { get; set; }
|
||||
|
||||
|
||||
#region 跟任务绑定 同时区分检查
|
||||
|
||||
public Guid? VisitTaskId { get; set; }
|
||||
|
||||
public Guid? OriginNoneDicomStudyId { get; set; }
|
||||
#endregion
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user