This commit is contained in:
2022-11-07 18:07:31 +08:00
parent c9bb0f677c
commit 21acd1639a
6 changed files with 126 additions and 22 deletions
@@ -14,6 +14,10 @@ namespace IRaCIS.Core.Domain.Models
public class ReadModule : Entity, IAuditAdd
{
[JsonIgnore]
public ReadingQuestionCriterionTrial TrialReadingCriterion { get; set; }
/// <summary>
/// 受试者ID
/// </summary>
@@ -68,12 +72,12 @@ namespace IRaCIS.Core.Domain.Models
///// </summary>
//public decimal VisitNum { get; set; }
[JsonIgnore]
/// <summary>
/// 对应
/// </summary>
[ForeignKey("ReadModuleId")]
public ReadModule ReadModuleModel { get; set; }
// [JsonIgnore]
///// <summary>
///// 对应
///// </summary>
//[ForeignKey("ReadModuleId")]
//public ReadModule ReadModuleModel { get; set; }
[JsonIgnore]
/// <summary>