稽查修改

This commit is contained in:
2022-08-25 17:05:57 +08:00
parent cc60c4f9f0
commit fbabbfc807
5 changed files with 68 additions and 68 deletions
+5 -3
View File
@@ -74,13 +74,14 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public decimal VisitNum { get; set; }
[JsonIgnore]
/// <summary>
/// 对应
/// </summary>
[ForeignKey("ReadModuleId")]
public ReadModule ReadModuleModel { get; set; }
[JsonIgnore]
/// <summary>
/// 受试者
/// </summary>
@@ -88,13 +89,14 @@ namespace IRaCIS.Core.Domain.Models
public Subject Subject { get; set; }
[JsonIgnore]
/// <summary>
/// 阅片期配置
/// </summary>
[ForeignKey("ReadingPeriodSetId")]
public ReadingPeriodSet ReadingPeriodSet { get; set; }
public ReadingPeriodSet ReadingPeriodSet { get; set; }
[JsonIgnore]
/// <summary>
/// 访视
/// </summary>