测试
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user