This commit is contained in:
he
2024-03-25 14:57:00 +08:00
parent a98799daaf
commit 4f19d1638d
3 changed files with 8 additions and 1 deletions
@@ -311,6 +311,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 上传方式
/// </summary>
public ClinicalUploadType? ClinicalUploadType { get; set; }
public List<int>? CriterionTypes { get; set; }
}