7 lines
151 B
YAML
7 lines
151 B
YAML
|
|
module: {模块名}
|
||
|
|
inputs:
|
||
|
|
- source: 来源模块.方法
|
||
|
|
type: 输入类型
|
||
|
|
outputs:
|
||
|
|
- destination: 目标模块.方法
|
||
|
|
type: 输出类型
|