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

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

上级 af8f4f6c
...@@ -153,6 +153,26 @@ ...@@ -153,6 +153,26 @@
"type" : "SIMPLE" "type" : "SIMPLE"
}, },
"builtinAction" : true "builtinAction" : true
}, {
"actionMode" : "CREATE",
"actionType" : "USERCUSTOM",
"codeName" : "Create2",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Create2.json",
"logicName" : "行为3",
"name" : "Create2",
"getPSDEActionInput" : {
"name" : "Create2Input",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "Create2Result",
"type" : "VOID"
}
}, { }, {
"actionHolder" : 1, "actionHolder" : 1,
"actionMode" : "CUSTOM", "actionMode" : "CUSTOM",
...@@ -178,6 +198,73 @@ ...@@ -178,6 +198,73 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/logic1.json" "path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/logic1.json"
}, },
"enableFront" : false "enableFront" : false
}, {
"actionMode" : "READ",
"actionType" : "USERCUSTOM",
"codeName" : "Get2",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Get2.json",
"logicName" : "行为4",
"name" : "Get2",
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"name" : "Get2Input",
"type" : "KEYFIELD"
},
"getPSDEActionReturn" : {
"name" : "Get2Result",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
}
}, {
"actionMode" : "GETDRAFT",
"actionType" : "USERCUSTOM",
"codeName" : "GetDraft2",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/GetDraft2.json",
"logicName" : "行为6",
"name" : "GetDraft2",
"getPSDEActionInput" : {
"name" : "GetDraft2Input",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "GetDraft2Result",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
}
}, {
"actionMode" : "DELETE",
"actionType" : "USERCUSTOM",
"batchActionMode" : 1,
"codeName" : "Remove2",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Remove2.json",
"logicName" : "行为5",
"name" : "Remove2",
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"name" : "Remove2Input",
"type" : "KEYFIELDS"
},
"getPSDEActionReturn" : {
"name" : "Remove2Result",
"type" : "VOID"
},
"batchAction" : true
}, { }, {
"actionMode" : "UNKNOWN", "actionMode" : "UNKNOWN",
"actionType" : "BUILTIN", "actionType" : "BUILTIN",
...@@ -198,6 +285,45 @@ ...@@ -198,6 +285,45 @@
"type" : "VOID" "type" : "VOID"
}, },
"builtinAction" : true "builtinAction" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "Save2",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Save2.json",
"logicName" : "行为",
"name" : "Save2",
"getPSDEActionInput" : {
"name" : "Save2Input",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "Save2Result",
"type" : "VOID"
}
}, {
"actionMode" : "UPDATE",
"actionType" : "USERCUSTOM",
"codeName" : "Update2",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Update2.json",
"logicName" : "行为2",
"name" : "Update2",
"getPSDEActionInput" : {
"name" : "Update2Input",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "Update2Result",
"type" : "VOID"
}
} ], } ],
"getAllPSDEDBConfigs" : [ { "getAllPSDEDBConfigs" : [ {
"dBType" : "MYSQL5", "dBType" : "MYSQL5",
......
{
"actionMode" : "CREATE",
"actionType" : "USERCUSTOM",
"codeName" : "Create2",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Create2.json",
"logicName" : "行为3",
"name" : "Create2",
"getPSDEActionInput" : {
"name" : "Create2Input",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "Create2Result",
"type" : "VOID"
}
}
\ No newline at end of file
{
"actionMode" : "READ",
"actionType" : "USERCUSTOM",
"codeName" : "Get2",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Get2.json",
"logicName" : "行为4",
"name" : "Get2",
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"name" : "Get2Input",
"type" : "KEYFIELD"
},
"getPSDEActionReturn" : {
"name" : "Get2Result",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
}
}
\ No newline at end of file
{
"actionMode" : "GETDRAFT",
"actionType" : "USERCUSTOM",
"codeName" : "GetDraft2",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/GetDraft2.json",
"logicName" : "行为6",
"name" : "GetDraft2",
"getPSDEActionInput" : {
"name" : "GetDraft2Input",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "GetDraft2Result",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
}
}
\ No newline at end of file
{
"actionMode" : "DELETE",
"actionType" : "USERCUSTOM",
"batchActionMode" : 1,
"codeName" : "Remove2",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Remove2.json",
"logicName" : "行为5",
"name" : "Remove2",
"getPSDEActionInput" : {
"getKeyPSDEField" : {
"name" : "TESTID",
"codeName" : "TESTId"
},
"name" : "Remove2Input",
"type" : "KEYFIELDS"
},
"getPSDEActionReturn" : {
"name" : "Remove2Result",
"type" : "VOID"
},
"batchAction" : true
}
\ No newline at end of file
{
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "Save2",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Save2.json",
"logicName" : "行为",
"name" : "Save2",
"getPSDEActionInput" : {
"name" : "Save2Input",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEActionReturn" : {
"name" : "Save2Result",
"type" : "VOID"
}
}
\ No newline at end of file
{
"actionMode" : "UPDATE",
"actionType" : "USERCUSTOM",
"codeName" : "Update2",
"dynaModelFilePath" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Update2.json",
"logicName" : "行为2",
"name" : "Update2",
"getPSDEActionInput" : {
"name" : "Update2Input",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO",
"output" : true
},
"getPSDEActionReturn" : {
"name" : "Update2Result",
"type" : "VOID"
}
}
\ No newline at end of file
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
} }
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ONBEFORELOAD", "点击" ], "hookEventNames" : [ "ONVIEWMOUNTED", "点击" ],
"getItemPSLayoutPanel" : { "getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "field_text_dynamic", "id" : "field_text_dynamic",
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventArg" : "22", "eventArg" : "22",
"eventArg2" : "22", "eventArg2" : "22",
"eventNames" : "onBeforeLoad", "eventNames" : "onViewMounted",
"itemName" : "TESTNAME", "itemName" : "TESTNAME",
"logicTag" : "simplelist", "logicTag" : "simplelist",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
......
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
} }
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ONBEFORELOAD", "点击" ], "hookEventNames" : [ "ONVIEWMOUNTED", "点击" ],
"getItemPSLayoutPanel" : { "getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "field_text_dynamic", "id" : "field_text_dynamic",
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventArg" : "22", "eventArg" : "22",
"eventArg2" : "22", "eventArg2" : "22",
"eventNames" : "onBeforeLoad", "eventNames" : "onViewMounted",
"itemName" : "TESTNAME", "itemName" : "TESTNAME",
"logicTag" : "simplelist", "logicTag" : "simplelist",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"id" : "load" "id" : "load"
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ONBEFORELOAD", "点击" ], "hookEventNames" : [ "ONVIEWMOUNTED", "点击" ],
"getItemPSLayoutPanel" : { "getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "field_text_dynamic", "id" : "field_text_dynamic",
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventArg" : "22", "eventArg" : "22",
"eventArg2" : "22", "eventArg2" : "22",
"eventNames" : "onBeforeLoad", "eventNames" : "onViewMounted",
"itemName" : "TESTNAME", "itemName" : "TESTNAME",
"logicTag" : "simplelist", "logicTag" : "simplelist",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
"id" : "load" "id" : "load"
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ONBEFORELOAD", "点击" ], "hookEventNames" : [ "ONVIEWMOUNTED", "点击" ],
"getItemPSLayoutPanel" : { "getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "field_text_dynamic", "id" : "field_text_dynamic",
...@@ -298,7 +298,7 @@ ...@@ -298,7 +298,7 @@
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventArg" : "22", "eventArg" : "22",
"eventArg2" : "22", "eventArg2" : "22",
"eventNames" : "onBeforeLoad", "eventNames" : "onViewMounted",
"itemName" : "TESTNAME", "itemName" : "TESTNAME",
"logicTag" : "simplelist", "logicTag" : "simplelist",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
......
...@@ -22,10 +22,14 @@ ...@@ -22,10 +22,14 @@
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM", "actionName" : "Get",
"actionType" : "DEACTION", "actionType" : "DEACTION",
"dataAccessAction" : "CREATE", "dataAccessAction" : "CREATE",
"name" : "loaddraftfrom", "name" : "loaddraftfrom",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"height" : 100.0, "height" : 100.0,
"hookEventNames" : [ "ONBEFORELOAD", "点击" ], "hookEventNames" : [ "ONVIEWMOUNTED", "点击" ],
"getItemPSLayoutPanel" : { "getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "field_text_dynamic", "id" : "field_text_dynamic",
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,7 @@
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventArg" : "22", "eventArg" : "22",
"eventArg2" : "22", "eventArg2" : "22",
"eventNames" : "onBeforeLoad", "eventNames" : "onViewMounted",
"itemName" : "TESTNAME", "itemName" : "TESTNAME",
"logicTag" : "list", "logicTag" : "list",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
......
...@@ -832,7 +832,7 @@ ...@@ -832,7 +832,7 @@
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"height" : 100.0, "height" : 100.0,
"hookEventNames" : [ "ONBEFORELOAD", "点击" ], "hookEventNames" : [ "ONVIEWMOUNTED", "点击" ],
"getItemPSLayoutPanel" : { "getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "field_text_dynamic", "id" : "field_text_dynamic",
...@@ -1048,7 +1048,7 @@ ...@@ -1048,7 +1048,7 @@
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventArg" : "22", "eventArg" : "22",
"eventArg2" : "22", "eventArg2" : "22",
"eventNames" : "onBeforeLoad", "eventNames" : "onViewMounted",
"itemName" : "TESTNAME", "itemName" : "TESTNAME",
"logicTag" : "list", "logicTag" : "list",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
} }
}, },
"groupMode" : "NONE", "groupMode" : "NONE",
"hookEventNames" : [ "ONBEFORELOAD", "点击" ], "hookEventNames" : [ "ONVIEWMOUNTED", "点击" ],
"getItemPSLayoutPanel" : { "getItemPSLayoutPanel" : {
"getAllPSPanelFields" : [ { "getAllPSPanelFields" : [ {
"id" : "field_text_dynamic", "id" : "field_text_dynamic",
...@@ -297,7 +297,7 @@ ...@@ -297,7 +297,7 @@
"getPSControlLogics" : [ { "getPSControlLogics" : [ {
"eventArg" : "22", "eventArg" : "22",
"eventArg2" : "22", "eventArg2" : "22",
"eventNames" : "onBeforeLoad", "eventNames" : "onViewMounted",
"itemName" : "TESTNAME", "itemName" : "TESTNAME",
"logicTag" : "simplelist", "logicTag" : "simplelist",
"logicType" : "SCRIPT", "logicType" : "SCRIPT",
......
...@@ -117,10 +117,14 @@ ...@@ -117,10 +117,14 @@
"getGetDraftFromPSControlAction" : { "getGetDraftFromPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "loaddraftfrom", "id" : "loaddraftfrom",
"actionName" : "GETDRAFTFROM", "actionName" : "Get",
"actionType" : "DEACTION", "actionType" : "DEACTION",
"dataAccessAction" : "CREATE", "dataAccessAction" : "CREATE",
"name" : "loaddraftfrom", "name" : "loaddraftfrom",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
...@@ -178,10 +182,14 @@ ...@@ -178,10 +182,14 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
} }
}, { }, {
"actionName" : "GETDRAFTFROM", "actionName" : "Get",
"actionType" : "DEACTION", "actionType" : "DEACTION",
"dataAccessAction" : "CREATE", "dataAccessAction" : "CREATE",
"name" : "loaddraftfrom", "name" : "loaddraftfrom",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "Get"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
......
...@@ -3424,6 +3424,35 @@ ...@@ -3424,6 +3424,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"requestPath" : "/checkkey", "requestPath" : "/checkkey",
"uniqueTag" : "TEST__DEACTION__CHECKKEY" "uniqueTag" : "TEST__DEACTION__CHECKKEY"
}, {
"codeName" : "Create2",
"dataAccessAction" : "CREATE",
"methodType" : "DEACTION",
"name" : "Create2",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Create2.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/create2",
"uniqueTag" : "TEST__DEACTION__CREATE2"
}, { }, {
"codeName" : "DeLogic", "codeName" : "DeLogic",
"methodType" : "DEACTION", "methodType" : "DEACTION",
...@@ -3449,6 +3478,37 @@ ...@@ -3449,6 +3478,37 @@
"requestPath" : "/delogic", "requestPath" : "/delogic",
"uniqueTag" : "TEST__DEACTION__DELOGIC", "uniqueTag" : "TEST__DEACTION__DELOGIC",
"needResourceKey" : true "needResourceKey" : true
}, {
"codeName" : "Get2",
"dataAccessAction" : "READ",
"methodType" : "DEACTION",
"name" : "Get2",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Get2.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "TESTId"
},
"name" : "输入对象",
"type" : "KEYFIELD"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"requestField" : "TESTID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
"requestPath" : "/get2",
"uniqueTag" : "TEST__DEACTION__GET2",
"needResourceKey" : true
}, { }, {
"codeName" : "GetDraft", "codeName" : "GetDraft",
"dataAccessAction" : "CREATE", "dataAccessAction" : "CREATE",
...@@ -3478,6 +3538,63 @@ ...@@ -3478,6 +3538,63 @@
"requestParamType" : "NONE", "requestParamType" : "NONE",
"requestPath" : "/getdraft", "requestPath" : "/getdraft",
"uniqueTag" : "TEST__DEACTION__GETDRAFT" "uniqueTag" : "TEST__DEACTION__GETDRAFT"
}, {
"codeName" : "GetDraft2",
"dataAccessAction" : "CREATE",
"methodType" : "DEACTION",
"name" : "GetDraft2",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/GetDraft2.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"requestField" : "TESTID",
"requestMethod" : "GET",
"requestParamType" : "FIELD",
"requestPath" : "/getdraft2",
"uniqueTag" : "TEST__DEACTION__GETDRAFT2"
}, {
"codeName" : "Remove2",
"dataAccessAction" : "DELETE",
"methodType" : "DEACTION",
"name" : "Remove2",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Remove2.json"
},
"getPSDEServiceAPIMethodInput" : {
"getKeyPSDEServiceAPIField" : {
"modelref" : true,
"id" : "TESTId"
},
"name" : "输入对象",
"type" : "KEYFIELDS"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestField" : "TESTID",
"requestMethod" : "DELETE",
"requestParamType" : "FIELD",
"requestPath" : "/remove2",
"uniqueTag" : "TEST__DEACTION__REMOVE2",
"needResourceKey" : true
}, { }, {
"codeName" : "Save", "codeName" : "Save",
"methodType" : "DEACTION", "methodType" : "DEACTION",
...@@ -3503,6 +3620,61 @@ ...@@ -3503,6 +3620,61 @@
"requestPath" : "/save", "requestPath" : "/save",
"uniqueTag" : "TEST__DEACTION__SAVE", "uniqueTag" : "TEST__DEACTION__SAVE",
"needResourceKey" : true "needResourceKey" : true
}, {
"codeName" : "Save2",
"methodType" : "DEACTION",
"name" : "Save2",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Save2.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"type" : "VOID"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/save2",
"uniqueTag" : "TEST__DEACTION__SAVE2",
"needResourceKey" : true
}, {
"codeName" : "Update2",
"dataAccessAction" : "UPDATE",
"methodType" : "DEACTION",
"name" : "Update2",
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/Update2.json"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"requestMethod" : "PUT",
"requestParamType" : "ENTITY",
"requestPath" : "/update2",
"uniqueTag" : "TEST__DEACTION__UPDATE2",
"needResourceKey" : true
}, { }, {
"codeName" : "FetchCodeListSet", "codeName" : "FetchCodeListSet",
"dataAccessAction" : "READ", "dataAccessAction" : "READ",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册