Explorar o código

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

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
0fbfa60d09
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 {