123456789101112131415161718192021 |
- 序号,英文名称,中文名称,数据类型,默认值,格式化,非空/引用,最小(长度/值),最大(长度/值),验证规则,标准数据ID,XML样式,TAG标签,映射/子标签,CDATA
- 1,pid,项目ID,string,,,,,,,,,,,
- 2,mfcid,MatchFuc参数ID,string,,,,,,,,,,,
- 3,equation,python脚本,string,,,,,,,,,,,
- 4,wid,流程id,string,,,,,,,,,,,
- 5,inParams,自变量,list,,,,0,,,,,,,
- 5.1,paramid,参数ID,string,,,,,,,,,,,
- 5.2,code,编号,string,,,,,,,,,,,
- 5.3,name,名称,string,,,,,,,,,,,
- 5.4,flag,1 启用 0 不启用,int,,,,,,,,,,,
- 5.5,value,值,string,,,,,,,,,,,
- 5.6,type,1 来流参数 2 分析参数,int,,,,,,,,,,,
- 5.7,mfcid,MatchFuc参数ID,string,,,,,,,,,,,
- 6,outParams,因变量,list,,,,0,,,,,,,
- 6.1,paramid,参数ID,string,,,,,,,,,,,
- 6.2,code,编号,string,,,,,,,,,,,
- 6.3,name,名称,string,,,,,,,,,,,
- 6.4,flag,1 启用 0 不启用,int,,,,,,,,,,,
- 6.5,value,值,string,,,,,,,,,,,
- 6.6,type,1 来流参数 2 分析参数,int,,,,,,,,,,,
- 6.7,mfcid,MatchFuc参数ID,string,,,,,,,,,,,
|