This commit is contained in:
he
2024-03-26 14:57:06 +08:00
parent ed4192838d
commit ce8e0e3972
2 changed files with 15 additions and 8 deletions
@@ -312,7 +312,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public ClinicalUploadType? ClinicalUploadType { get; set; }
public List<int>? CriterionTypes { get; set; }
public List<Guid>? CriterionIds { get; set; }
}