修复入组bug

This commit is contained in:
2022-07-26 13:04:54 +08:00
parent 6e4788e27b
commit 839d72f05a
7 changed files with 13 additions and 7 deletions
@@ -130,8 +130,9 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid TrialId { get; set; }
public Guid EnrollId { get; set; }
//public Guid DoctorUserId { get; set; }
[NotDefault]
public Guid DoctorUserId { get; set; }
public int PlanSubjectCount { get; set; }