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

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

上级 6eb5fbe3
......@@ -503,6 +503,38 @@
"type" : "DTOS"
},
"defaultMode" : true
}, {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/WORKITEM/PSDEDATAQUERIES/ITEMQUERY/PSDEDQCODES/MYSQL5.json"
} ],
"codeName" : "ITEMQUERY",
"logicName" : "分组项查询",
"name" : "ITEMQUERY",
"getPSDEDQMain" : {
"getJoinPSDataEntity" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/WORKITEM.json"
},
"joinType" : "MAIN",
"name" : "WORKITEM"
},
"getPSDEDataQueryInput" : {
"name" : "ITEMQUERYInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "WORKITEMFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataQueryReturn" : {
"name" : "ITEMQUERYResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "WORKITEMDTO"
},
"type" : "DTOS"
}
}, {
"getAllPSDEDataQueryCodes" : [ {
"modelref" : true,
......@@ -615,6 +647,28 @@
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
}, {
"codeName" : "ITEMQUERY",
"logicName" : "分组项查询集合",
"name" : "ITEMQUERY",
"getPSDEDataSetInput" : {
"name" : "ITEMQUERYInput",
"getPSDEFilterDTO" : {
"modelref" : true,
"id" : "WORKITEMFilterDTO"
},
"type" : "DTO"
},
"getPSDEDataSetReturn" : {
"name" : "ITEMQUERYResult",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "WORKITEMDTO"
},
"type" : "PAGE"
},
"enableBackend" : true,
"enableFront" : true
}, {
"codeName" : "TOPQUERY",
"logicName" : "顶层查询",
......
{
"dBType" : "MYSQL5",
"name" : "MySQL5",
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`BEGIN`",
"name" : "BEGIN"
}, {
"expression" : "t1.`BH`",
"name" : "BH"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
}, {
"expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN"
}, {
"expression" : "t1.`END`",
"name" : "END"
}, {
"expression" : "t1.`FOLLOWER`",
"name" : "FOLLOWER"
}, {
"expression" : "t1.`HEAD`",
"name" : "HEAD"
}, {
"expression" : "t1.`PWORKITEMID`",
"name" : "PWORKITEMID"
}, {
"expression" : "t11.`WORKITEMNAME`",
"name" : "PWORKITEMNAME"
}, {
"expression" : "t1.`PX`",
"name" : "PX"
}, {
"expression" : "t1.`TYPE`",
"name" : "TYPE"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
}, {
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
}, {
"expression" : "t1.`WORKITEMID`",
"name" : "WORKITEMID"
}, {
"expression" : "t1.`WORKITEMNAME`",
"name" : "WORKITEMNAME"
} ],
"queryCode" : "SELECT\nt1.`BEGIN`,\nt1.`BH`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`END`,\nt1.`FOLLOWER`,\nt1.`HEAD`,\nt1.`PWORKITEMID`,\nt11.`WORKITEMNAME` AS `PWORKITEMNAME`,\nt1.`PX`,\nt1.`TYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`,\nt1.`WORKITEMID`,\nt1.`WORKITEMNAME`\nFROM `T_WORKITEM` t1 \nLEFT JOIN `T_WORKITEM` t11 ON t1.`PWORKITEMID` = t11.`WORKITEMID` \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/WORKITEM/PSDEDATAQUERIES/ITEMQUERY/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -741,6 +741,44 @@
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
}, {
"codeName" : "FetchITEMQUERY",
"dataSetName" : "ITEMQUERY",
"dataSetTag" : "ITEMQUERY",
"methodType" : "FETCH",
"name" : "FetchITEMQUERY",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "WORKITEMFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "WORKITEMDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "ITEMQUERY"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchITEMQUERY"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchitemquery",
"builtinMethod" : false
}, {
"codeName" : "FetchTOPQUERY",
"dataSetName" : "TOPQUERY",
......@@ -1959,6 +1997,44 @@
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
}, {
"codeName" : "FetchITEMQUERY",
"dataSetName" : "ITEMQUERY",
"dataSetTag" : "ITEMQUERY",
"methodType" : "FETCH",
"name" : "FetchITEMQUERY",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "WORKITEMFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "WORKITEMDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "ITEMQUERY"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchITEMQUERY"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchitemquery",
"builtinMethod" : false
}, {
"codeName" : "FetchTOPQUERY",
"dataSetName" : "TOPQUERY",
......
......@@ -240,6 +240,95 @@
} ],
"modelid" : "C0E32A1D-908F-4D58-9BA2-B0301B7433D6",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Usr12264106CustomTreeGridNodesExpViewitem_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "分组树节点上下文菜单",
"name" : "item_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSControlParam" : {
"id" : "item_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "item_cm_deuiaction1"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "编辑",
"codeName" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click",
"frontProcessType" : "OTHER",
"fullCodeName" : "WORKITEM_toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click",
"name" : "编辑",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "updateTreeNode"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"uILogicType" : "DELOGIC",
"id" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click@WORKITEM"
},
"tooltip" : "编辑",
"uIActionTarget" : "SINGLEDATA",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "item_cm_deuiaction2"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "删除",
"codeName" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click",
"frontProcessType" : "OTHER",
"fullCodeName" : "WORKITEM_toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click",
"name" : "删除",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "removeTreeNode"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"uILogicType" : "DELOGIC",
"id" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click@WORKITEM"
},
"tooltip" : "删除",
"uIActionTarget" : "SINGLEDATA",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "C0E32A1D-908F-4D58-9BA2-B0301B7433D6",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Usr12264106CustomTreeGridNodesExpViewroot_cm",
"controlType" : "CONTEXTMENU",
......@@ -349,95 +438,6 @@
} ],
"modelid" : "D906EBEE-C47F-4990-AA7E-77638D6D6C6B",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Usr12264106CustomTreeGridNodesExpViewitem_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "分组树节点上下文菜单",
"name" : "item_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSControlParam" : {
"id" : "item_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "item_cm_deuiaction1"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "编辑",
"codeName" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click",
"frontProcessType" : "OTHER",
"fullCodeName" : "WORKITEM_toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click",
"name" : "编辑",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "updateTreeNode"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"uILogicType" : "DELOGIC",
"id" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click@WORKITEM"
},
"tooltip" : "编辑",
"uIActionTarget" : "SINGLEDATA",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "item_cm_deuiaction2"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "删除",
"codeName" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click",
"frontProcessType" : "OTHER",
"fullCodeName" : "WORKITEM_toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click",
"name" : "删除",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "removeTreeNode"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"uILogicType" : "DELOGIC",
"id" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click@WORKITEM"
},
"tooltip" : "删除",
"uIActionTarget" : "SINGLEDATA",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "C0E32A1D-908F-4D58-9BA2-B0301B7433D6",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......@@ -852,7 +852,7 @@
"nodeType" : "item",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
"id" : "FetchITEMQUERY"
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -453,6 +453,95 @@
} ],
"modelid" : "C0E32A1D-908F-4D58-9BA2-B0301B7433D6",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Usr12264106CustomTreeGridNodesExpViewitem_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "分组树节点上下文菜单",
"name" : "item_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSControlParam" : {
"id" : "item_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "item_cm_deuiaction1"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "编辑",
"codeName" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click",
"frontProcessType" : "OTHER",
"fullCodeName" : "WORKITEM_toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click",
"name" : "编辑",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "updateTreeNode"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"uILogicType" : "DELOGIC",
"id" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click@WORKITEM"
},
"tooltip" : "编辑",
"uIActionTarget" : "SINGLEDATA",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "item_cm_deuiaction2"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "删除",
"codeName" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click",
"frontProcessType" : "OTHER",
"fullCodeName" : "WORKITEM_toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click",
"name" : "删除",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "removeTreeNode"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"uILogicType" : "DELOGIC",
"id" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click@WORKITEM"
},
"tooltip" : "删除",
"uIActionTarget" : "SINGLEDATA",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "C0E32A1D-908F-4D58-9BA2-B0301B7433D6",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Usr12264106CustomTreeGridNodesExpViewroot_cm",
"controlType" : "CONTEXTMENU",
......@@ -562,95 +651,6 @@
} ],
"modelid" : "D906EBEE-C47F-4990-AA7E-77638D6D6C6B",
"modeltype" : "PSDETOOLBAR"
}, {
"codeName" : "Usr12264106CustomTreeGridNodesExpViewitem_cm",
"controlType" : "CONTEXTMENU",
"logicName" : "分组树节点上下文菜单",
"name" : "item_cm",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"getPSControlParam" : {
"id" : "item_cm"
},
"getPSDEToolbarItems" : [ {
"caption" : "编辑",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction1",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "item_cm_deuiaction1"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "编辑",
"codeName" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click",
"frontProcessType" : "OTHER",
"fullCodeName" : "WORKITEM_toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click",
"name" : "编辑",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "updateTreeNode"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"uILogicType" : "DELOGIC",
"id" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction1_click@WORKITEM"
},
"tooltip" : "编辑",
"uIActionTarget" : "SINGLEDATA",
"showCaption" : true,
"showIcon" : true
}, {
"caption" : "删除",
"groupExtractMode" : "ITEM",
"itemType" : "DEUIACTION",
"name" : "deuiaction2",
"noPrivDisplayMode" : 2,
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "item_cm_deuiaction2"
},
"getPSUIAction" : {
"actionTarget" : "SINGLEDATA",
"caption" : "删除",
"codeName" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click",
"frontProcessType" : "OTHER",
"fullCodeName" : "WORKITEM_toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click",
"name" : "删除",
"getPSAppDEUILogic" : {
"modelref" : true,
"id" : "removeTreeNode"
},
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/WORKITEM.json"
},
"timeout" : 60000,
"uIActionMode" : "FRONT",
"uIActionTag" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click",
"uIActionType" : "DEUIACTION",
"uILogicAttachMode" : "REPLACE",
"uILogicType" : "DELOGIC",
"id" : "toolbar_Usr12264106CustomTreeGridNodesExpViewitem_cm_deuiaction2_click@WORKITEM"
},
"tooltip" : "删除",
"uIActionTarget" : "SINGLEDATA",
"showCaption" : true,
"showIcon" : true
} ],
"modelid" : "C0E32A1D-908F-4D58-9BA2-B0301B7433D6",
"modeltype" : "PSDETOOLBAR"
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......@@ -1065,7 +1065,7 @@
"nodeType" : "item",
"getPSAppDEDataSet" : {
"modelref" : true,
"id" : "FetchDefault"
"id" : "FetchITEMQUERY"
},
"getPSAppDataEntity" : {
"modelref" : true,
......
......@@ -1081,6 +1081,39 @@
"tempDataMode" : 0,
"uniqueTag" : "WORKITEM__FETCH__DEFAULT",
"enableTestMethod" : false
}, {
"actionType" : "FETCH",
"codeName" : "FetchITEMQUERY",
"dataAccessAction" : "READ",
"methodType" : "FETCH",
"name" : "FetchITEMQUERY",
"getPSDEDataSet" : {
"modelref" : true,
"id" : "ITEMQUERY"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "WORKITEMFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "WORKITEMDTO"
},
"type" : "PAGE"
},
"parentKeyMode" : "DEFAULT",
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchitemquery",
"tempDataMode" : 0,
"uniqueTag" : "WORKITEM__FETCH__ITEMQUERY",
"enableTestMethod" : false
}, {
"actionType" : "FETCH",
"codeName" : "FetchTOPQUERY",
......@@ -15975,6 +16008,35 @@
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"uniqueTag" : "WORKITEM__FETCH__DEFAULT"
}, {
"codeName" : "FetchITEMQUERY",
"dataAccessAction" : "READ",
"methodType" : "FETCH",
"name" : "FetchITEMQUERY",
"getPSDEDataSet" : {
"modelref" : true,
"id" : "ITEMQUERY"
},
"getPSDEServiceAPIMethodInput" : {
"name" : "输入对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "WORKITEMFilterDTO"
},
"type" : "DTO"
},
"getPSDEServiceAPIMethodReturn" : {
"name" : "返回对象",
"getPSDEMethodDTO" : {
"modelref" : true,
"id" : "WORKITEMDTO"
},
"type" : "PAGE"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchitemquery",
"uniqueTag" : "WORKITEM__FETCH__ITEMQUERY"
}, {
"codeName" : "FetchTOPQUERY",
"dataAccessAction" : "READ",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册