fix 修复 前端变量名错误

This commit is contained in:
疯狂的狮子Li
2025-10-07 16:21:07 +08:00
parent 53e7d03a1c
commit 55691695c4
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ export interface StartProcessBo {
businessId: string | number;
flowCode: string;
variables: any;
flowInstanceBizExtBo: any;
bizExt: any;
}