修改一版

This commit is contained in:
he
2023-01-11 10:54:18 +08:00
parent 288fe4c690
commit 91f6c67cc6
3 changed files with 95 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ namespace IRaCIS.Core.Domain.Models
public List<UserDoctor> UserDoctors { get; set; } = new List<UserDoctor>();
[JsonIgnore]
public List<TrialUser> UserTrials { get; set; } = new List<TrialUser>();
[JsonIgnore]
public List<VisitTask> VisitTaskList { get; set; }