Explorar el Código

fix(types): process

qinlaiqiao hace 4 años
padre
commit
4fa6aa9593
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      types/src/interface/process.ts

+ 2 - 0
types/src/interface/process.ts

@@ -166,6 +166,8 @@ export interface IApprovalTodoData {
   reportTime?: number; // 上报时间
   lastStatus?: SimpleProcessStatus; // 上一环节的状态
   approveTime?: number; // 当前环节审批时间
+  approveType: SimpleProcessStatus; // 审批办结状态
+  moveUserID: string; // 环节流转(用户ID)
   approvalStatus?: ApprovalStatus; // 审批流程的状态
   type: ApprovalType; // 审批待办类型
 }