소스 검색

feat(types): 在SimpleDynamicStep添加executorName字段

LuoHaoxuan 3 년 전
부모
커밋
0fbfa60d09
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      types/src/interface/process.ts

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

@@ -146,7 +146,8 @@ export interface IProcessExecutor {
 export interface SimpleDynamicStep {
   stepID: string;
   stepName: string;
-  executorID: string;
+  executorID?: string;
+  executorName?: string;
 }
 // 3合1参与者信息
 export interface IProcedureParticipantInfo {