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

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