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

@@ -23,4 +23,6 @@ export interface FlowInstanceVO extends BaseEntity {
flowStatus: string;
flowStatusName: string;
flowTaskList: FlowTaskVO[];
businessCode: string;
businessTitle: string;
}