Explorar o código

feat(types): 在ICollaboratorItem添加executorInfo

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

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

@@ -195,6 +195,10 @@ export interface ICollaboratorItem {
   institutionName?: string;
   approvalMembers: string[];
   approverName?: string;
+  executorInfo?: {
+    executorID?: string;
+    executorName?: string;
+  };
 }
 
 // 三合一协审人范围