阅片模块

This commit is contained in:
2022-10-08 10:04:37 +08:00
parent 6899540fe6
commit bf804f4cc9
7 changed files with 40 additions and 14 deletions
@@ -145,5 +145,10 @@ namespace IRaCIS.Core.Domain.Models
/// 是否是基线
/// </summary>
public bool IsBaseLine { get; set; } = false;
public Guid TrialReadingCriterionId { get; set; }
}
}