修改 应用到任务
This commit is contained in:
@@ -116,6 +116,8 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public bool IsAssignDoctorApplyedTask => DoctorUserList.All(t=>t.IsAssignDoctorApplyedTask);
|
||||
|
||||
public List<Guid> DoctorUserIdList => DoctorUserList.Select(t => t.DoctorUserId).ToList();
|
||||
|
||||
public List<AssignDoctorView> DoctorUserList { get; set; } = new List<AssignDoctorView>();
|
||||
}
|
||||
|
||||
@@ -123,6 +125,8 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public class AssignDoctorView
|
||||
{
|
||||
public Guid DoctorUserId { get; set; }
|
||||
|
||||
public string UserCode { get; set; }
|
||||
public string UserName { get; set; }
|
||||
public string FullName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user