Parcourir la source

feat(types): 在SimpleDynamicStep增加stepName字段

LuoHaoxuan il y a 3 ans
Parent
commit
777c271363
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      types/src/interface/process.ts

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

@@ -144,6 +144,7 @@ export interface IProcessExecutor {
 
 export interface SimpleDynamicStep {
   stepID: string;
+  stepName: string;
   executorID: string;
 }
 // 3合1参与者信息