修改任务
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
using System;
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace IRaCIS.Core.Application.ViewModel
|
||||
{
|
||||
/// <summary> TaskConsistentRuleView 列表视图模型 </summary>
|
||||
@@ -91,6 +93,9 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public String TrialSiteCode { get; set; } = String.Empty;
|
||||
public string SubjectCode { get; set; } = String.Empty;
|
||||
|
||||
[JsonIgnore]
|
||||
public Guid? DoctorUserId { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -22,6 +22,8 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public string TaskName { get; set; }
|
||||
public string TaskBlindName { get; set; }
|
||||
|
||||
public decimal VisitTaskNum { get; set; }
|
||||
|
||||
public ReadingCategory ReadingCategory { get; set; }
|
||||
|
||||
public TaskAllocationState TaskAllocationState { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user