项目bodypart 以及bug

This commit is contained in:
2024-06-04 15:50:14 +08:00
parent 9875d9622d
commit 8bcac405e5
11 changed files with 149 additions and 74 deletions
+4
View File
@@ -17,6 +17,10 @@ namespace IRaCIS.Core.Domain.Models
TrialDicList = new List<TrialDictionary>();
}
[JsonIgnore]
public List<TrialBodyPart> TrialBodyPartList { get; set; }
[JsonIgnore]
public List<TaskMedicalReview> TaskMedicalReviewList { get; set; }