@@ -19,8 +19,6 @@
|
||||
public List<SubjectVisit> SubjectVisitList { get; set; }
|
||||
[JsonIgnore]
|
||||
public List<TrialSiteSurvey> TrialSiteSurveyList { get; set; }
|
||||
|
||||
|
||||
//Site 由多个人负责
|
||||
[JsonIgnore]
|
||||
public List<TrialSiteUser> CRCUserList { get; set; }
|
||||
@@ -42,8 +40,5 @@
|
||||
|
||||
public string TrialSiteAliasName { get; set; } = String.Empty;
|
||||
public DateTime? EnabledTime { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user