修改生效接口

This commit is contained in:
2022-06-16 11:55:53 +08:00
parent ac4fce8648
commit 764feb00d5
2 changed files with 15 additions and 27 deletions
@@ -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