123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- {
- "name":"",
- "code":"",
- "model":"",
- "type":"",
- "props":[
- {
- "algorithmId":""
- }
- ],
- "settings":[
- {
- "name":"ipAddress",
- "text":"IP地址",
- "dataType":"string",
- "readonly":false,
- "inputType":"text"
- },
- {
- "name":"port",
- "text":"端口",
- "dataType":"integer",
- "readonly":false,
- "inputType":"text"
- },
- {
- "name":"computescript",
- "text":"计算脚本",
- "dataType":"string",
- "readonly":false,
- "inputType":"text"
- }
- ],
- "inputs":[
- {
- "name":"inputsitems",
- "text":"输入数据项",
- "inputType":"table",
- "fields":[
- {
- "name":"id",
- "text":"序号",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"step",
- "text":"源步骤",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"dataitem",
- "text":"数据项",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"code",
- "text":"数据标识",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"unit",
- "text":"数据单位",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"discription",
- "text":"变量名",
- "dataType":"string",
- "inputType":"text"
- }
- ],
- "props":{
- "allowAdd":"true"
- }
- }
- ],
- "args":[
- {
- "name":"inputargs",
- "text":"输入参数",
- "inputType":"table",
- "fields":[
- {
- "name":"id",
- "text":"序号",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"argsname",
- "text":"参数名",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"argsvalue",
- "text":"参数值",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"argsunit",
- "text":"参数单位",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"argsunit",
- "text":"变量名",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"discription",
- "text":"说明",
- "dataType":"string",
- "inputType":"text"
- }
- ],
- "props":{
- "allowAdd":"true"
- }
- }
- ],
- "outputs":[
- {
- "name":"outputsitems",
- "text":"输出数据项",
- "inputType":"table",
- "fields":[
- {
- "name":"id",
- "text":"序号",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"name",
- "text":"名称",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"code",
- "text":"标识",
- "dataType":"string",
- "inputType":"text"
- },
- {
- "name":"display",
- "text":"是否展示",
- "dataType":"string",
- "inputType":"dropDownList",
- "dataSource":{
- "selected":1,
- "dataSource":"json",
- "option":[
- {
- "label":"显示",
- "value":1
- },
- {
- "label":"隐藏",
- "value":2
- }
- ]
- }
- },
- {
- "name":"discription",
- "text":"描述",
- "dataType":"string",
- "inputType":"text"
- }
- ],
- "props":{
- "allowAdd":"true"
- }
- }
- ],
- "expression":""
- }
|