mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-10 08:21:09 +08:00
feat: logicflow显示流程图
This commit is contained in:
@@ -38,4 +38,9 @@ export interface Flow {
|
||||
export interface FlowInfoResponse {
|
||||
image: string;
|
||||
list: Flow[];
|
||||
defChart: {
|
||||
defJson: Record<string, any>;
|
||||
nodeJsonList: Record<string, any>[];
|
||||
skipJsonList: Record<string, any>[];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user