Explorar o código

feat(types): 修改IExecutorManager

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

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

@@ -172,8 +172,7 @@ export interface IProcessExecutor {
 export interface IExecutorManager {
 export interface IExecutorManager {
   type: string;
   type: string;
   memberID: string;
   memberID: string;
-  userSelectID: string;
-  rangeType: string;
+  userSelectVal: IProcessExecutorSelectedInfo;
 }
 }
 
 
 export interface SimpleDynamicStep {
 export interface SimpleDynamicStep {