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