项目中心人员修改
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-25 12:27:48 +08:00
parent a6080b76b1
commit 0b3fe111b7
23 changed files with 18688 additions and 98 deletions
@@ -21,7 +21,7 @@ public class TrialSite : BaseFullDeleteAuditEntity
public List<TrialSiteSurvey> TrialSiteSurveyList { get; set; }
[Comment("Site 由多个人负责")]
[JsonIgnore]
public List<TrialSiteUser> CRCUserList { get; set; }
public List<TrialSiteUserRole> CRCUserList { get; set; }
[JsonIgnore]
public List<Subject> SubjectList { get; set; }