This commit is contained in:
2022-07-05 17:31:46 +08:00
parent 0a5b212846
commit 5676cc0195
5 changed files with 63 additions and 4 deletions
@@ -99,6 +99,7 @@ namespace IRaCIS.Core.Application.ViewModel
public String TrialSiteCode { get; set; } = String.Empty;
public string SubjectCode { get; set; } = String.Empty;
[JsonIgnore]
public List<UserSimpleInfo> RelationDoctorUserList { get; set; }
[JsonIgnore]