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