add 增加业务扩展

This commit is contained in:
gssong
2025-08-15 21:15:47 +08:00
parent ad7058b739
commit 5e5fca8f6b
10 changed files with 46 additions and 21 deletions

View File

@@ -31,6 +31,8 @@ export interface FlowTaskVO {
version?: string;
applyNode?: boolean;
buttonList?: buttonList[];
businessCode: string;
businessTitle: string;
}
export interface buttonList {