修改生效接口
This commit is contained in:
@@ -265,7 +265,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public List<Guid> SubjectIdList { get; set; }
|
||||
|
||||
public List<DoctorArm> DoctorUserIdArmList { get; set; }
|
||||
public List<DoctorArm> DoctorUserIdArmList { get; set; } = new List<DoctorArm>();
|
||||
}
|
||||
|
||||
public class DoctorArm
|
||||
@@ -294,7 +294,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
{
|
||||
public Guid SubjectId { get; set; }
|
||||
|
||||
public List<Guid> DoctorUserIdList { get; set; } = new List<Guid>();
|
||||
public List<DoctorArm> DoctorUserIdArmList { get; set; } = new List<DoctorArm>();
|
||||
}
|
||||
|
||||
public class AutoSubjectAssignCommand
|
||||
|
||||
Reference in New Issue
Block a user