医生下拉列表
This commit is contained in:
@@ -74,7 +74,11 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public class TrialDoctorUserSelectView
|
||||
{
|
||||
public Guid DoctorUserId { get; set; }
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public ReadingMethod ReadingType { get; set; }
|
||||
|
||||
public Guid? DoctorUserId { get; set; }
|
||||
|
||||
public string UserCode { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user