检查列表增加时间

Temp_Event_IRC_Met8
hang 2025-03-04 11:20:21 +08:00
parent 4555997957
commit 10b0bde1d0
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@ namespace IRaCIS.Core.Application.Contracts
/// <summary> NoneDicomStudyView 列表视图模型 </summary>
public class NoneDicomStudyView : NoneDicomStudyAddOrEdit
{
public DateTime CreatTime { get; set; }
public DateTime UpdateTime { get; set; }
public string CodeView { get; set; }

View File

@ -382,6 +382,9 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public DateTime? StudyTime { get; set; }
public DateTime? UploadedTime { get; set; }
public DateTime UpdateTime { get; set; }
public string BodyPartExamined { get; set; } = String.Empty;
public string BodyPartForEdit { get; set; } = String.Empty;