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

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

上级 f29227e1
...@@ -319,6 +319,37 @@ ...@@ -319,6 +319,37 @@
"viewLevel" : 0 "viewLevel" : 0
} ], } ],
"getAllPSDEDataSets" : [ { "getAllPSDEDataSets" : [ {
"codeName" : "DataSet2",
"logicName" : "嵌套数据集",
"name" : "DATASET2",
"getPSDEDataQueries" : [ {
"modelref" : true,
"id" : "Default"
} ],
"getPSDEDataSetInput" : {
"name" : "DataSet2Input",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataSetReturn" : {
"name" : "DataSet2Result",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "FetchDataSet2"
},
"enableBackend" : true,
"enableFront" : true,
"enableTempData" : true
}, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "数据集", "logicName" : "数据集",
"name" : "DEFAULT", "name" : "DEFAULT",
...@@ -1654,6 +1685,10 @@ ...@@ -1654,6 +1685,10 @@
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
}, },
"name" : "DER1N_BXDMX_BXD_BXDID", "name" : "DER1N_BXDMX_BXD_BXDID",
"getNestedPSDEDataSet" : {
"modelref" : true,
"id" : "BXDChild"
},
"orderValue" : 100, "orderValue" : 100,
"getPSPickupDEField" : { "getPSPickupDEField" : {
"name" : "BXDID", "name" : "BXDID",
...@@ -1666,6 +1701,7 @@ ...@@ -1666,6 +1701,7 @@
"pickupDEFName" : "BXDID", "pickupDEFName" : "BXDID",
"removeActionType" : -1, "removeActionType" : -1,
"removeOrder" : 0, "removeOrder" : 0,
"enableFKey" : true,
"nestedRS" : true "nestedRS" : true
} ], } ],
"name" : "BXD", "name" : "BXD",
......
...@@ -424,6 +424,33 @@ ...@@ -424,6 +424,33 @@
"viewLevel" : 0 "viewLevel" : 0
} ], } ],
"getAllPSDEDataSets" : [ { "getAllPSDEDataSets" : [ {
"codeName" : "BXDChild",
"logicName" : "BXD子成员",
"name" : "DATASET2",
"getPSDEDataQueries" : [ {
"modelref" : true,
"id" : "Default"
} ],
"getPSDEDataSetInput" : {
"name" : "BXDChildInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataSetReturn" : {
"name" : "BXDChildResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"enableBackend" : true,
"enableFront" : true,
"enableTempData" : true
}, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "数据集", "logicName" : "数据集",
"name" : "DEFAULT", "name" : "DEFAULT",
...@@ -2261,6 +2288,10 @@ ...@@ -2261,6 +2288,10 @@
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
}, },
"name" : "DER1N_BXDMX_BXD_BXDID", "name" : "DER1N_BXDMX_BXD_BXDID",
"getNestedPSDEDataSet" : {
"modelref" : true,
"id" : "BXDChild"
},
"orderValue" : 100, "orderValue" : 100,
"getPSPickupDEField" : { "getPSPickupDEField" : {
"name" : "BXDID", "name" : "BXDID",
...@@ -2273,6 +2304,7 @@ ...@@ -2273,6 +2304,7 @@
"pickupDEFName" : "BXDID", "pickupDEFName" : "BXDID",
"removeActionType" : -1, "removeActionType" : -1,
"removeOrder" : 0, "removeOrder" : 0,
"enableFKey" : true,
"nestedRS" : true "nestedRS" : true
} ], } ],
"name" : "BXDMX", "name" : "BXDMX",
......
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
"path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json" "path" : "PSMODULES/common/PSDATAENTITIES/BXDMX.json"
}, },
"name" : "DER1N_BXDMX_BXD_BXDID", "name" : "DER1N_BXDMX_BXD_BXDID",
"getNestedPSDEDataSet" : {
"modelref" : true,
"id" : "BXDChild"
},
"orderValue" : 100, "orderValue" : 100,
"getPSPickupDEField" : { "getPSPickupDEField" : {
"name" : "BXDID", "name" : "BXDID",
...@@ -26,5 +30,6 @@ ...@@ -26,5 +30,6 @@
"pickupDEFName" : "BXDID", "pickupDEFName" : "BXDID",
"removeActionType" : -1, "removeActionType" : -1,
"removeOrder" : 0, "removeOrder" : 0,
"enableFKey" : true,
"nestedRS" : true "nestedRS" : true
} }
\ No newline at end of file
...@@ -232,6 +232,38 @@ ...@@ -232,6 +232,38 @@
"requestMethod" : "POST", "requestMethod" : "POST",
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"uniqueTag" : "BXD__DEACTION__CHECKKEY" "uniqueTag" : "BXD__DEACTION__CHECKKEY"
}, {
"actionType" : "FETCH",
"codeName" : "FetchDataSet2",
"keyField" : "BXDID",
"methodType" : "FETCH",
"name" : "DATASET2",
"getPSDECodeName" : "BXD",
"getPSDELogicName" : "报销单",
"getPSDEName" : "BXD",
"getPSSubSysServiceAPIDE" : {
"modelref" : true,
"id" : "BXD"
},
"getPSSubSysServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSSubSysServiceAPIDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSSubSysServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSSubSysServiceAPIDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"requestField" : "BXDID",
"requestMethod" : "GET",
"uniqueTag" : "BXD__FETCH__DATASET2"
}, { }, {
"actionType" : "FETCH", "actionType" : "FETCH",
"codeName" : "FetchDefault", "codeName" : "FetchDefault",
......
...@@ -1309,16 +1309,16 @@ ...@@ -1309,16 +1309,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
......
...@@ -299,6 +299,42 @@ ...@@ -299,6 +299,42 @@
"noServiceCodeName" : true "noServiceCodeName" : true
} ], } ],
"getAllPSAppDEDataSets" : [ { "getAllPSAppDEDataSets" : [ {
"codeName" : "FetchDataSet2",
"methodType" : "FETCH",
"name" : "FetchDataSet2",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "DataSet2"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchDataSet2"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdataset2",
"builtinMethod" : false
}, {
"codeName" : "FetchDefault", "codeName" : "FetchDefault",
"methodType" : "FETCH", "methodType" : "FETCH",
"name" : "FetchDefault", "name" : "FetchDefault",
...@@ -1023,6 +1059,42 @@ ...@@ -1023,6 +1059,42 @@
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true, "needResourceKey" : true,
"noServiceCodeName" : true "noServiceCodeName" : true
}, {
"codeName" : "FetchDataSet2",
"methodType" : "FETCH",
"name" : "FetchDataSet2",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "DataSet2"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchDataSet2"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdataset2",
"builtinMethod" : false
}, { }, {
"codeName" : "FetchDefault", "codeName" : "FetchDefault",
"methodType" : "FETCH", "methodType" : "FETCH",
...@@ -1059,6 +1131,35 @@ ...@@ -1059,6 +1131,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault", "requestPath" : "/fetchdefault",
"builtinMethod" : false "builtinMethod" : false
}, {
"codeName" : "FetchTempDataSet2",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCHTEMP",
"name" : "DATASET2",
"getPSAppDEMethodInput" : {
"codeName" : "DataSet2Input",
"name" : "DataSet2Input",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "DataSet2Result",
"name" : "DataSet2Result",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "DataSet2"
},
"tempDataMode" : 2,
"builtinMethod" : false
}, { }, {
"codeName" : "FetchTempDefault", "codeName" : "FetchTempDefault",
"dataSetType" : "DATAQUERY", "dataSetType" : "DATAQUERY",
......
...@@ -244,6 +244,34 @@ ...@@ -244,6 +244,34 @@
"builtinMethod" : true "builtinMethod" : true
} ], } ],
"getAllPSAppDEDataSets" : [ { "getAllPSAppDEDataSets" : [ {
"codeName" : "FetchBXDChild",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "DATASET2",
"getPSAppDEMethodInput" : {
"codeName" : "BXDChildInput",
"name" : "BXDChildInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "BXDChildResult",
"name" : "BXDChildResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "BXDChild"
},
"builtinMethod" : false
}, {
"codeName" : "FetchDefault", "codeName" : "FetchDefault",
"dataSetType" : "DATAQUERY", "dataSetType" : "DATAQUERY",
"methodType" : "FETCH", "methodType" : "FETCH",
...@@ -1132,6 +1160,34 @@ ...@@ -1132,6 +1160,34 @@
"id" : "UPDATE" "id" : "UPDATE"
}, },
"builtinMethod" : true "builtinMethod" : true
}, {
"codeName" : "FetchBXDChild",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "DATASET2",
"getPSAppDEMethodInput" : {
"codeName" : "BXDChildInput",
"name" : "BXDChildInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "BXDChildResult",
"name" : "BXDChildResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "BXDChild"
},
"builtinMethod" : false
}, { }, {
"codeName" : "FetchDefault", "codeName" : "FetchDefault",
"dataSetType" : "DATAQUERY", "dataSetType" : "DATAQUERY",
...@@ -1211,6 +1267,35 @@ ...@@ -1211,6 +1267,35 @@
"id" : "Up" "id" : "Up"
}, },
"builtinMethod" : false "builtinMethod" : false
}, {
"codeName" : "FetchTempBXDChild",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCHTEMP",
"name" : "DATASET2",
"getPSAppDEMethodInput" : {
"codeName" : "BXDChildInput",
"name" : "BXDChildInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "BXDChildResult",
"name" : "BXDChildResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "BXDChild"
},
"tempDataMode" : 2,
"builtinMethod" : false
}, { }, {
"codeName" : "FetchTempDefault", "codeName" : "FetchTempDefault",
"dataSetType" : "DATAQUERY", "dataSetType" : "DATAQUERY",
......
...@@ -3192,16 +3192,16 @@ ...@@ -3192,16 +3192,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
} ], } ],
...@@ -21192,6 +21192,42 @@ ...@@ -21192,6 +21192,42 @@
"noServiceCodeName" : true "noServiceCodeName" : true
} ], } ],
"getAllPSAppDEDataSets" : [ { "getAllPSAppDEDataSets" : [ {
"codeName" : "FetchDataSet2",
"methodType" : "FETCH",
"name" : "FetchDataSet2",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "DataSet2"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchDataSet2"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdataset2",
"builtinMethod" : false
}, {
"codeName" : "FetchDefault", "codeName" : "FetchDefault",
"methodType" : "FETCH", "methodType" : "FETCH",
"name" : "FetchDefault", "name" : "FetchDefault",
...@@ -21916,6 +21952,42 @@ ...@@ -21916,6 +21952,42 @@
"builtinMethod" : false, "builtinMethod" : false,
"needResourceKey" : true, "needResourceKey" : true,
"noServiceCodeName" : true "noServiceCodeName" : true
}, {
"codeName" : "FetchDataSet2",
"methodType" : "FETCH",
"name" : "FetchDataSet2",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "DataSet2"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchDataSet2"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdataset2",
"builtinMethod" : false
}, { }, {
"codeName" : "FetchDefault", "codeName" : "FetchDefault",
"methodType" : "FETCH", "methodType" : "FETCH",
...@@ -21952,6 +22024,35 @@ ...@@ -21952,6 +22024,35 @@
"requestParamType" : "ENTITY", "requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault", "requestPath" : "/fetchdefault",
"builtinMethod" : false "builtinMethod" : false
}, {
"codeName" : "FetchTempDataSet2",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCHTEMP",
"name" : "DATASET2",
"getPSAppDEMethodInput" : {
"codeName" : "DataSet2Input",
"name" : "DataSet2Input",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "DataSet2Result",
"name" : "DataSet2Result",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "DataSet2"
},
"tempDataMode" : 2,
"builtinMethod" : false
}, { }, {
"codeName" : "FetchTempDefault", "codeName" : "FetchTempDefault",
"dataSetType" : "DATAQUERY", "dataSetType" : "DATAQUERY",
...@@ -22402,6 +22503,34 @@ ...@@ -22402,6 +22503,34 @@
"builtinMethod" : true "builtinMethod" : true
} ], } ],
"getAllPSAppDEDataSets" : [ { "getAllPSAppDEDataSets" : [ {
"codeName" : "FetchBXDChild",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "DATASET2",
"getPSAppDEMethodInput" : {
"codeName" : "BXDChildInput",
"name" : "BXDChildInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "BXDChildResult",
"name" : "BXDChildResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "BXDChild"
},
"builtinMethod" : false
}, {
"codeName" : "FetchDefault", "codeName" : "FetchDefault",
"dataSetType" : "DATAQUERY", "dataSetType" : "DATAQUERY",
"methodType" : "FETCH", "methodType" : "FETCH",
...@@ -23290,6 +23419,34 @@ ...@@ -23290,6 +23419,34 @@
"id" : "UPDATE" "id" : "UPDATE"
}, },
"builtinMethod" : true "builtinMethod" : true
}, {
"codeName" : "FetchBXDChild",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCH",
"name" : "DATASET2",
"getPSAppDEMethodInput" : {
"codeName" : "BXDChildInput",
"name" : "BXDChildInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "BXDChildResult",
"name" : "BXDChildResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "BXDChild"
},
"builtinMethod" : false
}, { }, {
"codeName" : "FetchDefault", "codeName" : "FetchDefault",
"dataSetType" : "DATAQUERY", "dataSetType" : "DATAQUERY",
...@@ -23369,6 +23526,35 @@ ...@@ -23369,6 +23526,35 @@
"id" : "Up" "id" : "Up"
}, },
"builtinMethod" : false "builtinMethod" : false
}, {
"codeName" : "FetchTempBXDChild",
"dataSetType" : "DATAQUERY",
"methodType" : "FETCHTEMP",
"name" : "DATASET2",
"getPSAppDEMethodInput" : {
"codeName" : "BXDChildInput",
"name" : "BXDChildInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "BXDChildResult",
"name" : "BXDChildResult",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BXDMXDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "BXDChild"
},
"tempDataMode" : 2,
"builtinMethod" : false
}, { }, {
"codeName" : "FetchTempDefault", "codeName" : "FetchTempDefault",
"dataSetType" : "DATAQUERY", "dataSetType" : "DATAQUERY",
...@@ -3898,6 +3898,39 @@ ...@@ -3898,6 +3898,39 @@
"requestPath" : "/save", "requestPath" : "/save",
"uniqueTag" : "BXD__DEACTION__SAVE", "uniqueTag" : "BXD__DEACTION__SAVE",
"needResourceKey" : true "needResourceKey" : true
}, {
"codeName" : "FetchDataSet2",
"dataAccessAction" : "READ",
"methodType" : "FETCH",
"name" : "FetchDataSet2",
"getPSDEDataSet" : {
"modelref" : true,
"id" : "DataSet2"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "BXDDTO"
},
"type" : "PAGE"
},
"getPSSubSysServiceAPIDEMethod" : {
"modelref" : true,
"id" : "FetchDataSet2"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdataset2",
"uniqueTag" : "BXD__FETCH__DATASET2"
}, { }, {
"codeName" : "FetchDefault", "codeName" : "FetchDefault",
"dataAccessAction" : "READ", "dataAccessAction" : "READ",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册