任务分配

This commit is contained in:
2022-06-28 17:53:46 +08:00
parent 319cc7faf3
commit 84049af89d
3 changed files with 20 additions and 13 deletions
@@ -233,8 +233,8 @@ namespace IRaCIS.Core.Application.ViewModel
public class SelfConsistentView
{
public Guid TrialId { get; set; }
public Guid SiteId { get; set; }
//public Guid TrialId { get; set; }
//public Guid SiteId { get; set; }
public Guid SubjectId { get; set; }
public String TrialSiteCode { get; set; } = String.Empty;
@@ -259,7 +259,6 @@ namespace IRaCIS.Core.Application.ViewModel
public ReadingCategory ReadingCategory { get; set; }
public TaskAllocationState TaskAllocationState { get; set; }
public TaskState TaskState { get; set; }
}