提交 aae7e9b1 编写于 作者: ibizdev's avatar ibizdev

zhanghengfeng 发布系统代码 [TrainSys,网页端]

上级 8615352f
...@@ -5553,7 +5553,7 @@ ...@@ -5553,7 +5553,7 @@
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : { "getDstPSDELogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "PREPAREPARAM1"
}, },
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDELogicNode" : { "getSrcPSDELogicNode" : {
...@@ -5563,13 +5563,48 @@ ...@@ -5563,13 +5563,48 @@
} ], } ],
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 374,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "env"
},
"name" : "Default[env] ==> env",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "env",
"getSrcPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 200
}, { }, {
"codeName" : "END1", "codeName" : "END1",
"leftPos" : 510, "leftPos" : 510,
"logicNodeType" : "END", "logicNodeType" : "END",
"name" : "结束", "name" : "结束",
"rawValue" : "标题ccc", "rawValue" : "标题ccc",
"returnType" : "SRCVALUE", "getReturnParam" : {
"modelref" : true,
"id" : "env"
},
"returnType" : "LOGICPARAM",
"topPos" : 310 "topPos" : 310
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
...@@ -5582,6 +5617,11 @@ ...@@ -5582,6 +5617,11 @@
}, },
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "env",
"logicName" : "env",
"name" : "env",
"entityParam" : true
} ], } ],
"getStartPSDELogicNode" : { "getStartPSDELogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : { "getDstPSDELogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "PREPAREPARAM1"
}, },
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDELogicNode" : { "getSrcPSDELogicNode" : {
...@@ -22,13 +22,48 @@ ...@@ -22,13 +22,48 @@
} ], } ],
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 374,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "env"
},
"name" : "Default[env] ==> env",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "env",
"getSrcPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 200
}, { }, {
"codeName" : "END1", "codeName" : "END1",
"leftPos" : 510, "leftPos" : 510,
"logicNodeType" : "END", "logicNodeType" : "END",
"name" : "结束", "name" : "结束",
"rawValue" : "标题ccc", "rawValue" : "标题ccc",
"returnType" : "SRCVALUE", "getReturnParam" : {
"modelref" : true,
"id" : "env"
},
"returnType" : "LOGICPARAM",
"topPos" : 310 "topPos" : 310
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
...@@ -41,6 +76,11 @@ ...@@ -41,6 +76,11 @@
}, },
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "env",
"logicName" : "env",
"name" : "env",
"entityParam" : true
} ], } ],
"getStartPSDELogicNode" : { "getStartPSDELogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -3419,7 +3419,7 @@ ...@@ -3419,7 +3419,7 @@
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : { "getDstPSDELogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "PREPAREPARAM1"
}, },
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDELogicNode" : { "getSrcPSDELogicNode" : {
...@@ -3429,13 +3429,48 @@ ...@@ -3429,13 +3429,48 @@
} ], } ],
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 374,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "env"
},
"name" : "Default[env] ==> env",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "env",
"getSrcPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 200
}, { }, {
"codeName" : "END1", "codeName" : "END1",
"leftPos" : 510, "leftPos" : 510,
"logicNodeType" : "END", "logicNodeType" : "END",
"name" : "结束", "name" : "结束",
"rawValue" : "标题ccc", "rawValue" : "标题ccc",
"returnType" : "SRCVALUE", "getReturnParam" : {
"modelref" : true,
"id" : "env"
},
"returnType" : "LOGICPARAM",
"topPos" : 310 "topPos" : 310
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
...@@ -3452,6 +3487,11 @@ ...@@ -3452,6 +3487,11 @@
}, },
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "env",
"logicName" : "env",
"name" : "env",
"entityParam" : true
} ], } ],
"getStartPSDELogicNode" : { "getStartPSDELogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -3419,7 +3419,7 @@ ...@@ -3419,7 +3419,7 @@
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : { "getDstPSDELogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "PREPAREPARAM1"
}, },
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDELogicNode" : { "getSrcPSDELogicNode" : {
...@@ -3429,13 +3429,48 @@ ...@@ -3429,13 +3429,48 @@
} ], } ],
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 374,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "env"
},
"name" : "Default[env] ==> env",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "env",
"getSrcPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 200
}, { }, {
"codeName" : "END1", "codeName" : "END1",
"leftPos" : 510, "leftPos" : 510,
"logicNodeType" : "END", "logicNodeType" : "END",
"name" : "结束", "name" : "结束",
"rawValue" : "标题ccc", "rawValue" : "标题ccc",
"returnType" : "SRCVALUE", "getReturnParam" : {
"modelref" : true,
"id" : "env"
},
"returnType" : "LOGICPARAM",
"topPos" : 310 "topPos" : 310
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
...@@ -3452,6 +3487,11 @@ ...@@ -3452,6 +3487,11 @@
}, },
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "env",
"logicName" : "env",
"name" : "env",
"entityParam" : true
} ], } ],
"getStartPSDELogicNode" : { "getStartPSDELogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -3419,7 +3419,7 @@ ...@@ -3419,7 +3419,7 @@
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : { "getDstPSDELogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "PREPAREPARAM1"
}, },
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDELogicNode" : { "getSrcPSDELogicNode" : {
...@@ -3429,13 +3429,48 @@ ...@@ -3429,13 +3429,48 @@
} ], } ],
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 374,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "env"
},
"name" : "Default[env] ==> env",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "env",
"getSrcPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 200
}, { }, {
"codeName" : "END1", "codeName" : "END1",
"leftPos" : 510, "leftPos" : 510,
"logicNodeType" : "END", "logicNodeType" : "END",
"name" : "结束", "name" : "结束",
"rawValue" : "标题ccc", "rawValue" : "标题ccc",
"returnType" : "SRCVALUE", "getReturnParam" : {
"modelref" : true,
"id" : "env"
},
"returnType" : "LOGICPARAM",
"topPos" : 310 "topPos" : 310
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
...@@ -3452,6 +3487,11 @@ ...@@ -3452,6 +3487,11 @@
}, },
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "env",
"logicName" : "env",
"name" : "env",
"entityParam" : true
} ], } ],
"getStartPSDELogicNode" : { "getStartPSDELogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -104160,7 +104160,7 @@ ...@@ -104160,7 +104160,7 @@
"getPSDELogicLinks" : [ { "getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : { "getDstPSDELogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "PREPAREPARAM1"
}, },
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDELogicNode" : { "getSrcPSDELogicNode" : {
...@@ -104170,13 +104170,48 @@ ...@@ -104170,13 +104170,48 @@
} ], } ],
"topPos" : 200, "topPos" : 200,
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "PREPAREPARAM1",
"leftPos" : 374,
"logicNodeType" : "PREPAREPARAM",
"name" : "准备参数",
"getPSDELogicLinks" : [ {
"getDstPSDELogicNode" : {
"modelref" : true,
"id" : "END1"
},
"name" : "连接名称",
"getSrcPSDELogicNode" : {
"modelref" : true,
"id" : "PREPAREPARAM1"
}
} ],
"getPSDELogicNodeParams" : [ {
"getDstPSDELogicParam" : {
"modelref" : true,
"id" : "env"
},
"name" : "Default[env] ==> env",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "env",
"getSrcPSDELogicParam" : {
"modelref" : true,
"id" : "Default"
},
"srcValueType" : "SRCDLPARAM"
} ],
"topPos" : 200
}, { }, {
"codeName" : "END1", "codeName" : "END1",
"leftPos" : 510, "leftPos" : 510,
"logicNodeType" : "END", "logicNodeType" : "END",
"name" : "结束", "name" : "结束",
"rawValue" : "标题ccc", "rawValue" : "标题ccc",
"returnType" : "SRCVALUE", "getReturnParam" : {
"modelref" : true,
"id" : "env"
},
"returnType" : "LOGICPARAM",
"topPos" : 310 "topPos" : 310
} ], } ],
"getPSDELogicParams" : [ { "getPSDELogicParams" : [ {
...@@ -104193,6 +104228,11 @@ ...@@ -104193,6 +104228,11 @@
}, },
"default" : true, "default" : true,
"entityParam" : true "entityParam" : true
}, {
"codeName" : "env",
"logicName" : "env",
"name" : "env",
"entityParam" : true
} ], } ],
"getStartPSDELogicNode" : { "getStartPSDELogicNode" : {
"modelref" : true, "modelref" : true,
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册