稽查修改

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
@@ -45,6 +45,7 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid? VisitStageId { get; set; }
[JsonIgnore]
/// <summary>
/// 访视模板
/// </summary>
@@ -81,13 +82,14 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public ReadingSetType ReadingSetType { get; set; }
[JsonIgnore]
public List<ReadingPeriodSite> ReadingPeriodSites { get; set; } = new List<ReadingPeriodSite>();
/// <summary>
/// 阅片期计划
/// </summary>
[JsonIgnore]
public List<ReadingPeriodPlan> ReadingPeriodPlanList { get; set; } = new List<ReadingPeriodPlan>();
}