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

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

上级 92b8d274
......@@ -259,6 +259,86 @@
"type" : "DTOS"
},
"defaultMode" : true
}, {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/FILE/PSDEDATAQUERIES/FILEQUERY/PSDEDQCODES/MYSQL5.json"
} ],
"codeName" : "FILEQUERY",
"logicName" : "文件",
"name" : "FILEQUERY",
"getPSDEDQMain" : {
"getJoinPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/FILE.json"
},
"joinType" : "MAIN",
"name" : "FILE",
"getPSDEDQGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "连接条件",
"getPSDEDQConditions" : [ {
"condOp" : "EQ",
"condType" : "SINGLE",
"condValue" : "FILE",
"fieldName" : "TYPE",
"name" : "(TYPE) 等于(=) FILE",
"getPSDEField" : {
"name" : "TYPE",
"codeName" : "TYPE"
}
} ]
}
},
"getPSDEDataQueryInput" : {
"name" : "FILEQUERYInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataQueryReturn" : {
"name" : "FILEQUERYResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "DTOS"
}
}, {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/FILE/PSDEDATAQUERIES/FOLDERQUERY/PSDEDQCODES/MYSQL5.json"
} ],
"codeName" : "FOLDERQUERY",
"logicName" : "目录",
"name" : "FOLDERQUERY",
"getPSDEDQMain" : {
"getJoinPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/FILE.json"
},
"joinType" : "MAIN",
"name" : "FILE"
},
"getPSDEDataQueryInput" : {
"name" : "FOLDERQUERYInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataQueryReturn" : {
"name" : "FOLDERQUERYResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "DTOS"
}
}, {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
......@@ -288,6 +368,16 @@
"name" : "ISTOP",
"codeName" : "ISTOP"
}
}, {
"condOp" : "EQ",
"condType" : "SINGLE",
"condValue" : "FOLDER",
"fieldName" : "TYPE",
"name" : "(TYPE) 等于(=) FOLDER",
"getPSDEField" : {
"name" : "TYPE",
"codeName" : "TYPE"
}
} ]
}
},
......@@ -372,6 +462,50 @@
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
}, {
"codeName" : "FILEQUERY",
"logicName" : "文件",
"name" : "FILEQUERY",
"getPSDEDataSetInput" : {
"name" : "FILEQUERYInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataSetReturn" : {
"name" : "FILEQUERYResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"enableBackend" : true,
"enableFront" : true
}, {
"codeName" : "FOLDERQUERY",
"logicName" : "目录",
"name" : "FOLDERQUERY",
"getPSDEDataSetInput" : {
"name" : "FOLDERQUERYInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataSetReturn" : {
"name" : "FOLDERQUERYResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"enableBackend" : true,
"enableFront" : true
}, {
"codeName" : "TOP",
"logicName" : "顶层节点",
......
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeConds" : [ {
"condType" : "CUSTOM",
"customCond" : "( t1.`TYPE` = 'FILE' )",
"name" : "查询条件"
} ],
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`FILEID`",
"name" : "FILEID"
}, {
"expression" : "t1.`FILENAME`",
"name" : "FILENAME"
}, {
"expression" : "t1.`ICON`",
"name" : "ICON"
}, {
"expression" : "t1.`ISTOP`",
"name" : "ISTOP"
}, {
"expression" : "t1.`PFILEID`",
"name" : "PFILEID"
}, {
"expression" : "t11.`FILENAME`",
"name" : "PFILENAME"
}, {
"expression" : "t1.`TYPE`",
"name" : "TYPE"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`FILEID`,\nt1.`FILENAME`,\nt1.`ICON`,\nt1.`ISTOP`,\nt1.`PFILEID`,\nt11.`FILENAME` AS `PFILENAME`,\nt1.`TYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_FILE` t1 \nLEFT JOIN `T_FILE` t11 ON t1.`PFILEID` = t11.`FILEID` \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/FILE/PSDEDATAQUERIES/FILEQUERY/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`FILEID`",
"name" : "FILEID"
}, {
"expression" : "t1.`FILENAME`",
"name" : "FILENAME"
}, {
"expression" : "t1.`ICON`",
"name" : "ICON"
}, {
"expression" : "t1.`ISTOP`",
"name" : "ISTOP"
}, {
"expression" : "t1.`PFILEID`",
"name" : "PFILEID"
}, {
"expression" : "t11.`FILENAME`",
"name" : "PFILENAME"
}, {
"expression" : "t1.`TYPE`",
"name" : "TYPE"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`FILEID`,\nt1.`FILENAME`,\nt1.`ICON`,\nt1.`ISTOP`,\nt1.`PFILEID`,\nt11.`FILENAME` AS `PFILENAME`,\nt1.`TYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_FILE` t1 \nLEFT JOIN `T_FILE` t11 ON t1.`PFILEID` = t11.`FILEID` \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/FILE/PSDEDATAQUERIES/FOLDERQUERY/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -3,7 +3,7 @@
"name" : "MySQL5",
"getPSDEDataQueryCodeConds" : [ {
"condType" : "CUSTOM",
"customCond" : "( t1.`ISTOP` = 1 )",
"customCond" : "( t1.`ISTOP` = 1 AND t1.`TYPE` = 'FOLDER' )",
"name" : "查询条件"
} ],
"getPSDEDataQueryCodeExps" : [ {
......
......@@ -321,6 +321,78 @@
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
}, {
"codeName" : "FetchFILEQUERY",
"methodType" : "FETCH",
"name" : "FetchFILEQUERY",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "FILEQUERY"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchFILEQUERY"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchfilequery",
"builtinMethod" : false
}, {
"codeName" : "FetchFOLDERQUERY",
"methodType" : "FETCH",
"name" : "FetchFOLDERQUERY",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "FOLDERQUERY"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchFOLDERQUERY"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchfolderquery",
"builtinMethod" : false
}, {
"codeName" : "FetchTOP",
"methodType" : "FETCH",
......@@ -1241,6 +1313,78 @@
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
}, {
"codeName" : "FetchFILEQUERY",
"methodType" : "FETCH",
"name" : "FetchFILEQUERY",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "FILEQUERY"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchFILEQUERY"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchfilequery",
"builtinMethod" : false
}, {
"codeName" : "FetchFOLDERQUERY",
"methodType" : "FETCH",
"name" : "FetchFOLDERQUERY",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "FOLDERQUERY"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchFOLDERQUERY"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchfolderquery",
"builtinMethod" : false
}, {
"codeName" : "FetchTOP",
"methodType" : "FETCH",
......
......@@ -11569,12 +11569,6 @@
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "消息位置-视图上方",
"getPSAppViewMsg" : {
"modelref" : true,
......@@ -11592,23 +11586,28 @@
"modelref" : true,
"id" : "ViewMsg10"
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
} ]
}, {
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-无删除-上方-常规",
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
"id" : "ViewMsg9"
}
}, {
"name" : "消息类型-常规信息",
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg4"
},
"position" : "POPUP"
"id" : "ViewMsg12"
}
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
......@@ -11617,47 +11616,42 @@
},
"position" : "POPUP"
}, {
"name" : "消息位置-视图内容区",
"name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
"id" : "ViewMsg13"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
"id" : "ViewMsg6"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-本次删除-上方-警告",
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg13"
"id" : "ViewMsg8"
}
}, {
"name" : "消息类型-错误信息",
"name" : "消息类型-常规信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "消息位置-视图下方",
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
"id" : "ViewMsg11"
}
} ]
}, {
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-本次删除",
"getPSAppViewMsg" : {
"modelref" : true,
......@@ -11669,6 +11663,12 @@
"modelref" : true,
"id" : "ViewMsg11"
}
}, {
"name" : "关闭模式-默认删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
} ]
}, {
"codeName" : "VMGroup6",
......@@ -59914,6 +59914,78 @@
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
}, {
"codeName" : "FetchFILEQUERY",
"methodType" : "FETCH",
"name" : "FetchFILEQUERY",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "FILEQUERY"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchFILEQUERY"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchfilequery",
"builtinMethod" : false
}, {
"codeName" : "FetchFOLDERQUERY",
"methodType" : "FETCH",
"name" : "FetchFOLDERQUERY",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "FOLDERQUERY"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchFOLDERQUERY"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchfolderquery",
"builtinMethod" : false
}, {
"codeName" : "FetchTOP",
"methodType" : "FETCH",
......@@ -60834,6 +60906,78 @@
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
}, {
"codeName" : "FetchFILEQUERY",
"methodType" : "FETCH",
"name" : "FetchFILEQUERY",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "FILEQUERY"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchFILEQUERY"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchfilequery",
"builtinMethod" : false
}, {
"codeName" : "FetchFOLDERQUERY",
"methodType" : "FETCH",
"name" : "FetchFOLDERQUERY",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "FOLDERQUERY"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchFOLDERQUERY"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchfolderquery",
"builtinMethod" : false
}, {
"codeName" : "FetchTOP",
"methodType" : "FETCH",
......@@ -640,6 +640,72 @@
"tempDataMode" : 0,
"uniqueTag" : "FILE__FETCH__DEFAULT",
"enableTestMethod" : false
}, {
"actionType" : "FETCH",
"codeName" : "FetchFILEQUERY",
"dataAccessAction" : "READ",
"methodType" : "FETCH",
"name" : "FetchFILEQUERY",
"getPSDEDataSet" : {
"modelref" : true,
"id" : "FILEQUERY"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"parentKeyMode" : "DEFAULT",
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchfilequery",
"tempDataMode" : 0,
"uniqueTag" : "FILE__FETCH__FILEQUERY",
"enableTestMethod" : false
}, {
"actionType" : "FETCH",
"codeName" : "FetchFOLDERQUERY",
"dataAccessAction" : "READ",
"methodType" : "FETCH",
"name" : "FetchFOLDERQUERY",
"getPSDEDataSet" : {
"modelref" : true,
"id" : "FOLDERQUERY"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"parentKeyMode" : "DEFAULT",
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchfolderquery",
"tempDataMode" : 0,
"uniqueTag" : "FILE__FETCH__FOLDERQUERY",
"enableTestMethod" : false
}, {
"actionType" : "FETCH",
"codeName" : "FetchTOP",
......@@ -8277,6 +8343,64 @@
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"uniqueTag" : "FILE__FETCH__DEFAULT"
}, {
"codeName" : "FetchFILEQUERY",
"dataAccessAction" : "READ",
"methodType" : "FETCH",
"name" : "FetchFILEQUERY",
"getPSDEDataSet" : {
"modelref" : true,
"id" : "FILEQUERY"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchfilequery",
"uniqueTag" : "FILE__FETCH__FILEQUERY"
}, {
"codeName" : "FetchFOLDERQUERY",
"dataAccessAction" : "READ",
"methodType" : "FETCH",
"name" : "FetchFOLDERQUERY",
"getPSDEDataSet" : {
"modelref" : true,
"id" : "FOLDERQUERY"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "FILEFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "FILEDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchfolderquery",
"uniqueTag" : "FILE__FETCH__FOLDERQUERY"
}, {
"codeName" : "FetchTOP",
"dataAccessAction" : "READ",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册