阅片人入组

This commit is contained in:
2022-08-16 15:01:07 +08:00
parent 6c0317d93d
commit 481b232f23
16 changed files with 65 additions and 62 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
using IRaCIS.Core.Domain.Share;
using System;
using System.ComponentModel.DataAnnotations.Schema;
@@ -10,7 +11,7 @@ namespace IRaCIS.Core.Domain.Models
public Guid DoctorId { get; set; }
public Guid TrialId { get; set; }
public int EnrollStatus { get; set; }
public EnrollStatus EnrollStatus { get; set; }
public Guid? EnrollId { get; set; }
public string Memo { get; set; } = string.Empty;
public Guid CreateUserId { get; set; }