修复bug

This commit is contained in:
2022-07-26 15:07:05 +08:00
parent 3f8ec97a02
commit 5b32340594
3 changed files with 12 additions and 6 deletions
@@ -31,9 +31,7 @@ namespace IRaCIS.Core.Domain.Models
public string Note { get; set; } = string.Empty;
public Guid EnrollId { get; set; }
public Enroll Enroll { get; set; }
public Guid DoctorUserId { get; set; }
@@ -46,7 +44,9 @@ namespace IRaCIS.Core.Domain.Models
public Guid EnrollId { get; set; }
public Enroll Enroll { get; set; }
//是否是裁判医生 裁判医生单独加入
public bool IsJudgeDoctor { get; set; }