后处理增加查询字段
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-09-22 11:53:09 +08:00
parent b2389403d9
commit e16fd2f4de
2 changed files with 7 additions and 0 deletions
@@ -102,6 +102,8 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc.DTO
public string BodyPartForEdit { get; set; }
public string BodyPartForEditOther { get; set; }
public DateTime? StudyTime { get; set; }
public string Modalities { get; set; }
@@ -126,6 +128,8 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc.DTO
public string BodyPart { get; set; }
public string BodyPartForEditOther { get; set; }
public string Modality { get; set; }
public DateTime ImageDate { get; set; }