列表增加标准

This commit is contained in:
2022-09-29 13:39:18 +08:00
parent bb92568fe3
commit 32b14b3571
3 changed files with 14 additions and 4 deletions
@@ -51,6 +51,8 @@ namespace IRaCIS.Core.Application.ViewModel
public bool IsPMSetBack { get; set; }
public string TrialReadingCriterionName { get; set; }
}
@@ -147,6 +149,7 @@ namespace IRaCIS.Core.Application.ViewModel
//产生重阅的根任务Id
public Guid RootReReadingTaskId { get; set; }
}