Merge branch 'Uat_IRC_Net8' into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details

Test_IRC_Net8
hang 2025-03-04 11:20:51 +08:00
commit 9b49dc41c8
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

@ -389,6 +389,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;