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