Explorar o código

feat(types): 在IApprovalTodoData添加gatherID

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
c829423858
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/process.ts

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

@@ -272,6 +272,7 @@ export interface IApprovalTodoData {
   moveUserName?: string; // 环节流转(用户名)
   approvalStatus?: ApprovalStatus; // 审批流程的状态
   type: ApprovalType; // 审批待办类型
+  gatherID?: string;
 }
 
 export interface IApprovalTodoData2 {