修改影响列表
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user