稽查修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user