修改裁判任务列表

This commit is contained in:
2022-06-14 09:54:04 +08:00
parent d349e049dd
commit 15daf09afa
4 changed files with 99 additions and 89 deletions
@@ -57,7 +57,6 @@ namespace IRaCIS.Core.Application.ViewModel
public class JudgeVisitTaskView : VisitTaskView
{
public string? JudgeTaskCode { get; set; }
public List<HistoryReadingDoctorUser> HistoryReadingDoctorUserList { get; set; }
@@ -68,6 +67,8 @@ namespace IRaCIS.Core.Application.ViewModel
public class HistoryReadingDoctorUser
{
public string? JudgeTaskCode { get; set; }
public Guid DoctorUserId { get; set; }
public string UserCode { get; set; }
@@ -202,7 +203,7 @@ namespace IRaCIS.Core.Application.ViewModel
{
public Guid SubjectId { get; set; }
public List<Guid> DoctorUserIdList { get; set; }
public List<Guid> DoctorUserIdList { get; set; }=new List<Guid> ();
}
public class AutoSubjectAssignCommand