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

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

上级 9f9505ad
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
} }
\ No newline at end of file
...@@ -63,6 +63,10 @@ ...@@ -63,6 +63,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -83,6 +83,10 @@ ...@@ -83,6 +83,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -373,6 +373,10 @@ ...@@ -373,6 +373,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -83,6 +83,10 @@ ...@@ -83,6 +83,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -105,6 +105,10 @@ ...@@ -105,6 +105,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -105,6 +105,10 @@ ...@@ -105,6 +105,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -69,6 +69,15 @@ ...@@ -69,6 +69,15 @@
"pluginType" : "DEMETHOD", "pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD", "refMode" : "DEMETHOD",
"refTag" : "DEACTION" "refTag" : "DEACTION"
}, {
"name" : "测试应用计数器插件",
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"pluginCode" : "index2CustomCounterId",
"pluginType" : "APPCOUNTER",
"refMode" : "UICOUNTER"
}, { }, {
"name" : "测试数据表格列绘制插件", "name" : "测试数据表格列绘制插件",
"getPSSysPFPlugin" : { "getPSSysPFPlugin" : {
......
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
} }
\ No newline at end of file
...@@ -78,6 +78,10 @@ ...@@ -78,6 +78,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -63,6 +63,10 @@ ...@@ -63,6 +63,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -1368,6 +1368,10 @@ ...@@ -1368,6 +1368,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -433,6 +433,10 @@ ...@@ -433,6 +433,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -433,6 +433,10 @@ ...@@ -433,6 +433,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -112,6 +112,10 @@ ...@@ -112,6 +112,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -83,6 +83,10 @@ ...@@ -83,6 +83,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
}, },
"getPSSysPFPlugin" : {
"pluginType" : "APPCOUNTER",
"pluginCode" : "index2CustomCounterId"
},
"timer" : 1000, "timer" : 1000,
"uniqueTag" : "Test__Custom" "uniqueTag" : "Test__Custom"
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册