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