修改影响列表

This commit is contained in:
2022-07-25 13:47:45 +08:00
parent 23e20a208b
commit 72a070086d
13 changed files with 206 additions and 91 deletions
@@ -205,19 +205,7 @@ namespace IRaCIS.Core.Application.ViewModel
public ReReadingOrBackOptType OptType { get; set; }
}
public enum ReReadingOrBackOptType
{
//取消分配
CancelAssign=0,
//失效
Abandon=1,
//重阅重置
Return=2,
}
public class VisitTaskSimpleView
{
public Guid Id { get; set; }
@@ -240,6 +240,8 @@ namespace IRaCIS.Core.Application.ViewModel
public string? TaskCode { get; set; }
public String? TrialSiteCode { get; set; }
public ReReadingApplyState? ReReadingApplyState { get; set; }