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

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

上级 31a7db1b
{ {
"codeName" : "Samplelist", "codeName" : "Samplelist",
"controlStyle" : "testlistplugin",
"controlType" : "LIST", "controlType" : "LIST",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -25,7 +26,7 @@ ...@@ -25,7 +26,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchSimple"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -465,6 +466,10 @@ ...@@ -465,6 +466,10 @@
"codeName" : "Pbookid" "codeName" : "Pbookid"
} }
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "LIST_RENDER",
"pluginCode" : "testlistplugin"
},
"pagingSize" : 1000, "pagingSize" : 1000,
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
......
...@@ -358,6 +358,7 @@ ...@@ -358,6 +358,7 @@
"modeltype" : "PSDETOOLBAR" "modeltype" : "PSDETOOLBAR"
}, { }, {
"codeName" : "Samplelist", "codeName" : "Samplelist",
"controlStyle" : "testlistplugin",
"controlType" : "LIST", "controlType" : "LIST",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -383,7 +384,7 @@ ...@@ -383,7 +384,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchSimple"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -646,7 +647,7 @@ ...@@ -646,7 +647,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchSimple"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -897,6 +898,10 @@ ...@@ -897,6 +898,10 @@
"codeName" : "Pbookid" "codeName" : "Pbookid"
} }
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "LIST_RENDER",
"pluginCode" : "testlistplugin"
},
"pagingSize" : 1000, "pagingSize" : 1000,
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
......
...@@ -463,6 +463,7 @@ ...@@ -463,6 +463,7 @@
} }
}, { }, {
"codeName" : "Samplelist", "codeName" : "Samplelist",
"controlStyle" : "testlistplugin",
"controlType" : "LIST", "controlType" : "LIST",
"getCreatePSControlAction" : { "getCreatePSControlAction" : {
"modelref" : true, "modelref" : true,
...@@ -488,7 +489,7 @@ ...@@ -488,7 +489,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchSimple"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -751,7 +752,7 @@ ...@@ -751,7 +752,7 @@
"name" : "fetch", "name" : "fetch",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "FetchSimple"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
...@@ -1002,6 +1003,10 @@ ...@@ -1002,6 +1003,10 @@
"codeName" : "Pbookid" "codeName" : "Pbookid"
} }
} ], } ],
"getPSSysPFPlugin" : {
"pluginType" : "LIST_RENDER",
"pluginCode" : "testlistplugin"
},
"pagingSize" : 1000, "pagingSize" : 1000,
"getRemovePSControlAction" : { "getRemovePSControlAction" : {
"modelref" : true, "modelref" : true,
......
...@@ -6724,6 +6724,16 @@ ...@@ -6724,6 +6724,16 @@
"pluginCode" : "ROUTE", "pluginCode" : "ROUTE",
"pluginType" : "EDITOR_CUSTOMSTYLE", "pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE" "refMode" : "EDITORSTYPE"
}, {
"name" : "测试列表绘制插件",
"getPSSysPFPlugin" : {
"pluginType" : "LIST_RENDER",
"pluginCode" : "testlistplugin"
},
"pluginCode" : "testlistplugin",
"pluginType" : "LIST_RENDER",
"refMode" : "CONTROL",
"refTag" : "LIST"
}, { }, {
"name" : "测试列表项绘制插件", "name" : "测试列表项绘制插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
...@@ -458,6 +458,16 @@ ...@@ -458,6 +458,16 @@
"pluginCode" : "ROUTE", "pluginCode" : "ROUTE",
"pluginType" : "EDITOR_CUSTOMSTYLE", "pluginType" : "EDITOR_CUSTOMSTYLE",
"refMode" : "EDITORSTYPE" "refMode" : "EDITORSTYPE"
}, {
"name" : "测试列表绘制插件",
"getPSSysPFPlugin" : {
"pluginType" : "LIST_RENDER",
"pluginCode" : "testlistplugin"
},
"pluginCode" : "testlistplugin",
"pluginType" : "LIST_RENDER",
"refMode" : "CONTROL",
"refTag" : "LIST"
}, { }, {
"name" : "测试列表项绘制插件", "name" : "测试列表项绘制插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册