This commit is contained in:
2022-07-26 13:18:19 +08:00
parent 839d72f05a
commit 39844dc8a4
3 changed files with 9 additions and 11 deletions
@@ -35,6 +35,14 @@ namespace IRaCIS.Core.Domain.Models
public Enroll Enroll { get; set; }
public Guid DoctorUserId { get; set; }
[ForeignKey("DoctorUserId")]
public User DoctorUser { get; set; }
@@ -42,11 +50,7 @@ namespace IRaCIS.Core.Domain.Models
//是否是裁判医生 裁判医生单独加入
public bool IsJudgeDoctor { get; set; }
public Guid DoctorUserId { get; set; }
[ForeignKey("DoctorUserId")]
public User DoctorUser { get; set; }
public int PlanReadingRatio { get; set; }