ソースを参照

feat(types): 业务台账列表

lipk 2 年 前
コミット
829a8871ee
1 ファイル変更2 行追加0 行削除
  1. 2 0
      types/src/interface/api/businessApi.ts

+ 2 - 0
types/src/interface/api/businessApi.ts

@@ -54,6 +54,8 @@ export namespace GetALList {
       addition?: string;
       addition?: string;
       reduction?: string;
       reduction?: string;
       currentProcessName?: string; // 当前步骤名称
       currentProcessName?: string; // 当前步骤名称
+      currentExecUserID: string; // 当前执行人用户ID
+      currentExecUserName: string;
     }[];
     }[];
     total: number;
     total: number;
   };
   };