修改modality
This commit is contained in:
@@ -263,6 +263,9 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
//public List<ReadingCategory> ReadingCategorys { get; set; }
|
||||
|
||||
public string UserName { get; set; }
|
||||
|
||||
|
||||
public List<TrialReadingCriterionDto> TrialReadingCriterionList { get; set; }
|
||||
|
||||
public List<TrialCriterionReadingCategory> CriterionReadingCategoryList { get; set; }
|
||||
|
||||
@@ -232,8 +232,8 @@ namespace IRaCIS.Application.Services
|
||||
FirstName = doctor.FirstName,
|
||||
LastName = doctor.LastName,
|
||||
FullName = doctor.FullName,
|
||||
|
||||
ChineseName = doctor.ChineseName,
|
||||
UserName= intoGroup.DoctorUser.UserName,
|
||||
|
||||
OutEnrollTime = intoGroup.OutEnrollTime,
|
||||
EnrollTime = intoGroup.EnrollTime,
|
||||
|
||||
Reference in New Issue
Block a user