Преглед на файлове

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

LuoHaoxuan преди 3 години
родител
ревизия
777c271363
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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 {
 export interface SimpleDynamicStep {
   stepID: string;
   stepID: string;
+  stepName: string;
   executorID: string;
   executorID: string;
 }
 }
 // 3合1参与者信息
 // 3合1参与者信息