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

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

上级 85a16bf1
...@@ -254,6 +254,7 @@ ...@@ -254,6 +254,7 @@
}, },
"enableFront" : false "enableFront" : false
}, { }, {
"actionHolder" : 2,
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionType" : "SCRIPT", "actionType" : "SCRIPT",
"codeName" : "Custommove", "codeName" : "Custommove",
...@@ -274,6 +275,7 @@ ...@@ -274,6 +275,7 @@
}, },
"prepareLastMode" : 1, "prepareLastMode" : 1,
"scriptCode" : "console.log('自定义移动行为')", "scriptCode" : "console.log('自定义移动行为')",
"enableBackend" : false,
"prepareLast" : true "prepareLast" : true
}, { }, {
"actionHolder" : 2, "actionHolder" : 2,
......
{ {
"actionHolder" : 2,
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionType" : "SCRIPT", "actionType" : "SCRIPT",
"codeName" : "Custommove", "codeName" : "Custommove",
...@@ -19,5 +20,6 @@ ...@@ -19,5 +20,6 @@
}, },
"prepareLastMode" : 1, "prepareLastMode" : 1,
"scriptCode" : "console.log('自定义移动行为')", "scriptCode" : "console.log('自定义移动行为')",
"enableBackend" : false,
"prepareLast" : true "prepareLast" : true
} }
\ No newline at end of file
...@@ -251,12 +251,13 @@ ...@@ -251,12 +251,13 @@
"needResourceKey" : true "needResourceKey" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionName" : "custommove", "actionType" : "SCRIPT",
"codeName" : "Custommove", "codeName" : "Custommove",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Custommove", "name" : "custommove",
"getPSAppDEMethodInput" : { "getPSAppDEMethodInput" : {
"name" : "输入对象", "codeName" : "CustommoveInput",
"name" : "CustommoveInput",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "TESTDTO" "id" : "TESTDTO"
...@@ -264,22 +265,17 @@ ...@@ -264,22 +265,17 @@
"type" : "DTO" "type" : "DTO"
}, },
"getPSAppDEMethodReturn" : { "getPSAppDEMethodReturn" : {
"name" : "返回对象", "codeName" : "CustommoveResult",
"name" : "CustommoveResult",
"type" : "VOID" "type" : "VOID"
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json" "path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json"
}, },
"getPSDEServiceAPIMethod" : { "scriptCode" : "console.log('自定义移动行为')",
"modelref" : true,
"id" : "Custommove"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/custommove",
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true "customCode" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionType" : "DELOGIC", "actionType" : "DELOGIC",
...@@ -4468,12 +4464,13 @@ ...@@ -4468,12 +4464,13 @@
"needResourceKey" : true "needResourceKey" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionName" : "custommove", "actionType" : "SCRIPT",
"codeName" : "Custommove", "codeName" : "Custommove",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Custommove", "name" : "custommove",
"getPSAppDEMethodInput" : { "getPSAppDEMethodInput" : {
"name" : "输入对象", "codeName" : "CustommoveInput",
"name" : "CustommoveInput",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "TESTDTO" "id" : "TESTDTO"
...@@ -4481,22 +4478,17 @@ ...@@ -4481,22 +4478,17 @@
"type" : "DTO" "type" : "DTO"
}, },
"getPSAppDEMethodReturn" : { "getPSAppDEMethodReturn" : {
"name" : "返回对象", "codeName" : "CustommoveResult",
"name" : "CustommoveResult",
"type" : "VOID" "type" : "VOID"
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json" "path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json"
}, },
"getPSDEServiceAPIMethod" : { "scriptCode" : "console.log('自定义移动行为')",
"modelref" : true,
"id" : "Custommove"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/custommove",
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true "customCode" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionType" : "DELOGIC", "actionType" : "DELOGIC",
......
...@@ -251,12 +251,13 @@ ...@@ -251,12 +251,13 @@
"needResourceKey" : true "needResourceKey" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionName" : "custommove", "actionType" : "SCRIPT",
"codeName" : "Custommove", "codeName" : "Custommove",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Custommove", "name" : "custommove",
"getPSAppDEMethodInput" : { "getPSAppDEMethodInput" : {
"name" : "输入对象", "codeName" : "CustommoveInput",
"name" : "CustommoveInput",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "TESTDTO" "id" : "TESTDTO"
...@@ -264,22 +265,17 @@ ...@@ -264,22 +265,17 @@
"type" : "DTO" "type" : "DTO"
}, },
"getPSAppDEMethodReturn" : { "getPSAppDEMethodReturn" : {
"name" : "返回对象", "codeName" : "CustommoveResult",
"name" : "CustommoveResult",
"type" : "VOID" "type" : "VOID"
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json" "path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json"
}, },
"getPSDEServiceAPIMethod" : { "scriptCode" : "console.log('自定义移动行为')",
"modelref" : true,
"id" : "Custommove"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/custommove",
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true "customCode" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionType" : "DELOGIC", "actionType" : "DELOGIC",
...@@ -4468,12 +4464,13 @@ ...@@ -4468,12 +4464,13 @@
"needResourceKey" : true "needResourceKey" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionName" : "custommove", "actionType" : "SCRIPT",
"codeName" : "Custommove", "codeName" : "Custommove",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Custommove", "name" : "custommove",
"getPSAppDEMethodInput" : { "getPSAppDEMethodInput" : {
"name" : "输入对象", "codeName" : "CustommoveInput",
"name" : "CustommoveInput",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "TESTDTO" "id" : "TESTDTO"
...@@ -4481,22 +4478,17 @@ ...@@ -4481,22 +4478,17 @@
"type" : "DTO" "type" : "DTO"
}, },
"getPSAppDEMethodReturn" : { "getPSAppDEMethodReturn" : {
"name" : "返回对象", "codeName" : "CustommoveResult",
"name" : "CustommoveResult",
"type" : "VOID" "type" : "VOID"
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json" "path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json"
}, },
"getPSDEServiceAPIMethod" : { "scriptCode" : "console.log('自定义移动行为')",
"modelref" : true,
"id" : "Custommove"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/custommove",
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true "customCode" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionType" : "DELOGIC", "actionType" : "DELOGIC",
......
...@@ -251,12 +251,13 @@ ...@@ -251,12 +251,13 @@
"needResourceKey" : true "needResourceKey" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionName" : "custommove", "actionType" : "SCRIPT",
"codeName" : "Custommove", "codeName" : "Custommove",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Custommove", "name" : "custommove",
"getPSAppDEMethodInput" : { "getPSAppDEMethodInput" : {
"name" : "输入对象", "codeName" : "CustommoveInput",
"name" : "CustommoveInput",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "TESTDTO" "id" : "TESTDTO"
...@@ -264,22 +265,17 @@ ...@@ -264,22 +265,17 @@
"type" : "DTO" "type" : "DTO"
}, },
"getPSAppDEMethodReturn" : { "getPSAppDEMethodReturn" : {
"name" : "返回对象", "codeName" : "CustommoveResult",
"name" : "CustommoveResult",
"type" : "VOID" "type" : "VOID"
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json" "path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json"
}, },
"getPSDEServiceAPIMethod" : { "scriptCode" : "console.log('自定义移动行为')",
"modelref" : true,
"id" : "Custommove"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/custommove",
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true "customCode" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionType" : "DELOGIC", "actionType" : "DELOGIC",
...@@ -4468,12 +4464,13 @@ ...@@ -4468,12 +4464,13 @@
"needResourceKey" : true "needResourceKey" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionName" : "custommove", "actionType" : "SCRIPT",
"codeName" : "Custommove", "codeName" : "Custommove",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Custommove", "name" : "custommove",
"getPSAppDEMethodInput" : { "getPSAppDEMethodInput" : {
"name" : "输入对象", "codeName" : "CustommoveInput",
"name" : "CustommoveInput",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "TESTDTO" "id" : "TESTDTO"
...@@ -4481,22 +4478,17 @@ ...@@ -4481,22 +4478,17 @@
"type" : "DTO" "type" : "DTO"
}, },
"getPSAppDEMethodReturn" : { "getPSAppDEMethodReturn" : {
"name" : "返回对象", "codeName" : "CustommoveResult",
"name" : "CustommoveResult",
"type" : "VOID" "type" : "VOID"
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json" "path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json"
}, },
"getPSDEServiceAPIMethod" : { "scriptCode" : "console.log('自定义移动行为')",
"modelref" : true,
"id" : "Custommove"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/custommove",
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true "customCode" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionType" : "DELOGIC", "actionType" : "DELOGIC",
......
...@@ -103541,12 +103541,13 @@ ...@@ -103541,12 +103541,13 @@
"needResourceKey" : true "needResourceKey" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionName" : "custommove", "actionType" : "SCRIPT",
"codeName" : "Custommove", "codeName" : "Custommove",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Custommove", "name" : "custommove",
"getPSAppDEMethodInput" : { "getPSAppDEMethodInput" : {
"name" : "输入对象", "codeName" : "CustommoveInput",
"name" : "CustommoveInput",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "TESTDTO" "id" : "TESTDTO"
...@@ -103554,22 +103555,17 @@ ...@@ -103554,22 +103555,17 @@
"type" : "DTO" "type" : "DTO"
}, },
"getPSAppDEMethodReturn" : { "getPSAppDEMethodReturn" : {
"name" : "返回对象", "codeName" : "CustommoveResult",
"name" : "CustommoveResult",
"type" : "VOID" "type" : "VOID"
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json" "path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json"
}, },
"getPSDEServiceAPIMethod" : { "scriptCode" : "console.log('自定义移动行为')",
"modelref" : true,
"id" : "Custommove"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/custommove",
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true "customCode" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionType" : "DELOGIC", "actionType" : "DELOGIC",
...@@ -107758,12 +107754,13 @@ ...@@ -107758,12 +107754,13 @@
"needResourceKey" : true "needResourceKey" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionName" : "custommove", "actionType" : "SCRIPT",
"codeName" : "Custommove", "codeName" : "Custommove",
"methodType" : "DEACTION", "methodType" : "DEACTION",
"name" : "Custommove", "name" : "custommove",
"getPSAppDEMethodInput" : { "getPSAppDEMethodInput" : {
"name" : "输入对象", "codeName" : "CustommoveInput",
"name" : "CustommoveInput",
"getPSAppDEMethodDTO" : { "getPSAppDEMethodDTO" : {
"modelref" : true, "modelref" : true,
"id" : "TESTDTO" "id" : "TESTDTO"
...@@ -107771,22 +107768,17 @@ ...@@ -107771,22 +107768,17 @@
"type" : "DTO" "type" : "DTO"
}, },
"getPSAppDEMethodReturn" : { "getPSAppDEMethodReturn" : {
"name" : "返回对象", "codeName" : "CustommoveResult",
"name" : "CustommoveResult",
"type" : "VOID" "type" : "VOID"
}, },
"getPSDEAction" : { "getPSDEAction" : {
"modelref" : true, "modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json" "path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json"
}, },
"getPSDEServiceAPIMethod" : { "scriptCode" : "console.log('自定义移动行为')",
"modelref" : true,
"id" : "Custommove"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/custommove",
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true "customCode" : true
}, { }, {
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
"actionType" : "DELOGIC", "actionType" : "DELOGIC",
...@@ -5821,31 +5821,6 @@ ...@@ -5821,31 +5821,6 @@
"requestPath" : "/custom", "requestPath" : "/custom",
"uniqueTag" : "TEST__DEACTION__CUSTOM", "uniqueTag" : "TEST__DEACTION__CUSTOM",
"needResourceKey" : true "needResourceKey" : true
}, {
"codeName" : "Custommove",
"methodType" : "DEACTION",
"name" : "Custommove",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Custommove.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/custommove",
"uniqueTag" : "TEST__DEACTION__CUSTOMMOVE",
"needResourceKey" : true
}, { }, {
"codeName" : "DeLogic", "codeName" : "DeLogic",
"methodType" : "DEACTION", "methodType" : "DEACTION",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册