靶段标注查询列表修改
This commit is contained in:
@@ -7,6 +7,9 @@ namespace IRaCIS.Core.Domain.Models;
|
||||
public class Subject : BaseFullDeleteAuditEntity
|
||||
{
|
||||
#region 导航属性
|
||||
[JsonIgnore]
|
||||
public List<TrialImageDownload> TrialImageDownloadList { get; set; } = new List<TrialImageDownload>();
|
||||
|
||||
[JsonIgnore]
|
||||
public List<TaskStudy> TaskStudyList { get; set; } = new List<TaskStudy>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user