修改一版

This commit is contained in:
he
2022-06-06 22:48:37 +08:00
parent 5ffada4e03
commit bd9a0c494d
10 changed files with 370 additions and 118 deletions
+8
View File
@@ -76,6 +76,14 @@ namespace IRaCIS.Core.Domain.Models
[ForeignKey("ReadModuleId")]
public ReadModule ReadModuleModel { get; set; }
/// <summary>
/// 受试者
/// </summary>
[ForeignKey("SubjectId")]
public Subject Subject { get; set; }
/// <summary>
/// 阅片期配置
/// </summary>