靶段标注查询列表修改

This commit is contained in:
2026-08-17 13:43:06 +08:00
parent 23ae346cee
commit b272a748ec
5 changed files with 154 additions and 10 deletions
+3
View File
@@ -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>();