修改裁判任务列表
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user