更改表单模型类型逻辑

This commit is contained in:
2026-05-12 15:03:47 +08:00
parent f2266317e2
commit 34bc30a2c5
3 changed files with 23 additions and 22 deletions

View File

@@ -22,6 +22,7 @@ export interface NodeLibraryModelConfig {
export interface NodeLibraryItem {
nodeCode: string;
nodeName: string;
modelType: number;
skillOption: boolean;
formConfig: NodeLibraryFormItem[];
modelConfig: NodeLibraryModelConfig[];