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

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

上级 93e8c874
......@@ -174,7 +174,7 @@
},
"builtinAction" : true
}, {
"actionMode" : "CUSTOM",
"actionMode" : "CREATE",
"actionType" : "USERCUSTOM",
"codeName" : "Testgrid",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/TESTGRID/PSDEACTIONS/Testgrid.json",
......@@ -186,7 +186,8 @@
"modelref" : true,
"id" : "TESTGRIDDTO"
},
"type" : "DTO"
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "TestgridResult",
......
{
"actionMode" : "CUSTOM",
"actionMode" : "CREATE",
"actionType" : "USERCUSTOM",
"codeName" : "Testgrid",
"dynaModelFilePath" : "PSMODULES/common/PSDATAENTITIES/TESTGRID/PSDEACTIONS/Testgrid.json",
......@@ -11,7 +11,8 @@
"modelref" : true,
"id" : "TESTGRIDDTO"
},
"type" : "DTO"
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "TestgridResult",
......
......@@ -246,7 +246,7 @@
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionMode" : "CREATE",
"codeName" : "Testgrid",
"methodType" : "DEACTION",
"name" : "Testgrid",
......@@ -256,16 +256,25 @@
"modelref" : true,
"id" : "TESTGRIDDTO"
},
"type" : "DTO"
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTGRIDDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/TESTGRID/PSDEACTIONS/Testgrid.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Testgrid"
......@@ -273,8 +282,7 @@
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/testgrid",
"builtinMethod" : false,
"needResourceKey" : true
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
......@@ -1248,7 +1256,7 @@
"builtinMethod" : false,
"needResourceKey" : true
}, {
"actionMode" : "CUSTOM",
"actionMode" : "CREATE",
"codeName" : "Testgrid",
"methodType" : "DEACTION",
"name" : "Testgrid",
......@@ -1258,16 +1266,25 @@
"modelref" : true,
"id" : "TESTGRIDDTO"
},
"type" : "DTO"
"type" : "DTO",
"output" : true
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTGRIDDTO"
},
"type" : "DTO"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/TESTGRID/PSDEACTIONS/Testgrid.json"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "CREATE"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "Testgrid"
......@@ -1275,8 +1292,7 @@
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/testgrid",
"builtinMethod" : false,
"needResourceKey" : true
"builtinMethod" : false
}, {
"actionMode" : "UPDATE",
"codeName" : "Update",
......
......@@ -5278,6 +5278,7 @@
"needResourceKey" : true
}, {
"codeName" : "Testgrid",
"dataAccessAction" : "CREATE",
"methodType" : "DEACTION",
"name" : "Testgrid",
"getPSDEAction" : {
......@@ -5294,13 +5295,16 @@
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTGRIDDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/testgrid",
"uniqueTag" : "TESTGRID__DEACTION__TEST1120",
"needResourceKey" : true
"uniqueTag" : "TESTGRID__DEACTION__TEST1120"
}, {
"codeName" : "UpdateItem",
"dataAccessAction" : "UPDATE",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册