修改一致性分析
This commit is contained in:
@@ -41,6 +41,9 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
[NotDefault]
|
||||
public Guid TaskConsistentRuleId { get; set; }
|
||||
|
||||
//[NotDefault]
|
||||
//public Guid TrialReadingCriterionId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class GroupConsistentQuery : PageInput
|
||||
@@ -264,10 +267,15 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
///<summary>TaskConsistentRuleQuery 列表查询参数模型</summary>
|
||||
public class TaskConsistentRuleQuery
|
||||
{
|
||||
[NotDefault]
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public bool IsSelfAnalysis { get; set; }
|
||||
|
||||
[NotDefault]
|
||||
public Guid TrialReadingCriterionId { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
///<summary> TaskConsistentRuleAddOrEdit 列表查询参数模型</summary>
|
||||
@@ -287,6 +295,8 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public int BlindSubjectNumberOfPlaces { get; set; }
|
||||
public string BlindTrialSiteCode { get; set; } = string.Empty;
|
||||
|
||||
[NotDefault]
|
||||
public Guid TrialReadingCriterionId { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user