重阅列表增加 ReReadingApplyState
This commit is contained in:
@@ -108,6 +108,9 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
//重阅原始编号
|
||||
//public string ReReadingOriginalTaskCode { get; set; }
|
||||
|
||||
//原任务的申请状态 方便PM 找到待审核的
|
||||
public ReReadingApplyState ReReadingApplyState { get; set; }
|
||||
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public VisitTaskView OriginalReReadingTask { get; set; }
|
||||
@@ -224,6 +227,10 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public Guid? RootReReadingTaskId { get; set; }
|
||||
|
||||
public string? TaskCode { get; set; }
|
||||
|
||||
public ReReadingApplyState? ReReadingApplyState { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user