Uat_Study
he 2023-05-23 14:55:07 +08:00
parent 2cd8e25466
commit 4859fd301a
1 changed files with 6 additions and 1 deletions

View File

@ -162,5 +162,10 @@ namespace IRaCIS.Core.Domain.Models
/// 标准名称
/// </summary>
public string CriterionName { get; set; }
/// <summary>
/// 阅片配置的类型
/// </summary>
public ReadingSetType ReadingSetType { get; set; }
}
}