修复bug

This commit is contained in:
2022-07-26 15:53:02 +08:00
parent 2f403394f0
commit c352be0eaf
4 changed files with 103 additions and 96 deletions
@@ -129,7 +129,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid? Id { get; set; }
public Guid TrialId { get; set; }
//public Guid EnrollId { get; set; }
public Guid EnrollId { get; set; }
[NotDefault]
public Guid DoctorUserId { get; set; }
@@ -147,7 +147,6 @@ namespace IRaCIS.Core.Application.ViewModel
public ReadingMethod ReadingType { get; set; }
public Guid? DoctorUserId { get; set; }
public string UserCode { get; set; }