feature: 北向接口:支持通过模板创建清洗任务 (#111)

feature: 北向接口:支持通过模板创建清洗任务
This commit is contained in:
hhhhsc701
2025-11-26 17:30:54 +08:00
committed by GitHub
parent 0ca5f29885
commit 91390cace0
15 changed files with 312 additions and 253 deletions

View File

@@ -44,6 +44,8 @@ export default function CleansingTemplateCreate() {
...item.defaultParams,
...item.overrides,
},
inputs: item.inputs,
outputs: item.outputs,
})),
};