修复bug
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user