Uat_Study
hang 2022-06-10 14:55:38 +08:00
parent e199dba5c5
commit 62190198de
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ namespace IRaCIS.Core.Application.ViewModel
public bool IsAssignDoctorUser { get; set; }
public List<AssignDoctorView> DoctorUserLsit { get; set; } = new List<AssignDoctorView>();
public List<AssignDoctorView> DoctorUserList { get; set; } = new List<AssignDoctorView>();
}