Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
9800f0a5
提交
9800f0a5
编写于
11月 28, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
f77005d4
变更
12
显示空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
959 行增加
和
43 行删除
+959
-43
TEST.json
.../ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST.json
+51
-0
PluginGet.json
...DULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json
+26
-0
TEST.json
...bizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json
+138
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
+158
-0
PSSYSAPP.simple.json
...el/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.simple.json
+20
-0
TEST.json
...sys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json
+138
-0
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+24
-4
PSSYSAPP.simple.json
...b/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.simple.json
+20
-0
TEST.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json
+138
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+197
-39
PSSYSAPP.simple.json
...el/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
+20
-0
TrainSys.json
.../model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
+29
-0
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST.json
浏览文件 @
9800f0a5
...
@@ -315,6 +315,31 @@
...
@@ -315,6 +315,31 @@
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/multiDeLogic.json"
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/multiDeLogic.json"
},
},
"enableBackend"
:
false
"enableBackend"
:
false
},
{
"actionHolder"
:
2
,
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"USERCUSTOM"
,
"codeName"
:
"PluginGet"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
,
"logicName"
:
" 插件get"
,
"name"
:
"PluginGet"
,
"getPSDEActionInput"
:
{
"name"
:
"PluginGetInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"PluginGetResult"
,
"type"
:
"VOID"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"GetActionPlugin"
},
"enableBackend"
:
false
},
{
},
{
"actionMode"
:
"DELETE"
,
"actionMode"
:
"DELETE"
,
"actionType"
:
"USERCUSTOM"
,
"actionType"
:
"USERCUSTOM"
,
...
@@ -724,6 +749,32 @@
...
@@ -724,6 +749,32 @@
"defaultMode"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
"enableFront"
:
true
},
{
"codeName"
:
"PluginDefault"
,
"logicName"
:
"插件数据集"
,
"name"
:
"PluginDefault"
,
"getPSDEDataSetInput"
:
{
"name"
:
"PluginDefaultInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataSetReturn"
:
{
"name"
:
"PluginDefaultResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"PAGE"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"FetchDefaultPlugin"
},
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
}
],
"getAllPSDEFields"
:
[
{
"getAllPSDEFields"
:
[
{
"getAllPSDEFDTColumns"
:
[
{
"getAllPSDEFDTColumns"
:
[
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json
0 → 100644
浏览文件 @
9800f0a5
{
"actionHolder"
:
2
,
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"USERCUSTOM"
,
"codeName"
:
"PluginGet"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
,
"logicName"
:
" 插件get"
,
"name"
:
"PluginGet"
,
"getPSDEActionInput"
:
{
"name"
:
"PluginGetInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"PluginGetResult"
,
"type"
:
"VOID"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"GetActionPlugin"
},
"enableBackend"
:
false
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json
浏览文件 @
9800f0a5
...
@@ -411,6 +411,35 @@
...
@@ -411,6 +411,35 @@
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"USERCUSTOM"
,
"codeName"
:
"PluginGet"
,
"methodType"
:
"DEACTION"
,
"name"
:
"PluginGet"
,
"getPSAppDEMethodInput"
:
{
"codeName"
:
"PluginGetInput"
,
"name"
:
"PluginGetInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"PluginGetResult"
,
"name"
:
"PluginGetResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"GetActionPlugin"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"DELETE"
,
"actionMode"
:
"DELETE"
,
"batchActionMode"
:
1
,
"batchActionMode"
:
1
,
...
@@ -840,6 +869,46 @@
...
@@ -840,6 +869,46 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchdefault"
,
"requestPath"
:
"/fetchdefault"
,
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"codeName"
:
"FetchPluginDefault"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchPluginDefault"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTFilterDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"PAGE"
},
"getPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"PluginDefault"
},
"getPSDEOPPriv"
:
{
"modelref"
:
true
,
"id"
:
"READ"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchPluginDefault"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"FetchDefaultPlugin"
},
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchplugindefault"
,
"builtinMethod"
:
false
}
],
}
],
"getAllPSAppDEFields"
:
[
{
"getAllPSAppDEFields"
:
[
{
"getAllPSAppDEFUIModes"
:
[
{
"getAllPSAppDEFUIModes"
:
[
{
...
@@ -3297,6 +3366,35 @@
...
@@ -3297,6 +3366,35 @@
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"USERCUSTOM"
,
"codeName"
:
"PluginGet"
,
"methodType"
:
"DEACTION"
,
"name"
:
"PluginGet"
,
"getPSAppDEMethodInput"
:
{
"codeName"
:
"PluginGetInput"
,
"name"
:
"PluginGetInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"PluginGetResult"
,
"name"
:
"PluginGetResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"GetActionPlugin"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"DELETE"
,
"actionMode"
:
"DELETE"
,
"batchActionMode"
:
1
,
"batchActionMode"
:
1
,
...
@@ -3610,6 +3708,46 @@
...
@@ -3610,6 +3708,46 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchdefault"
,
"requestPath"
:
"/fetchdefault"
,
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"codeName"
:
"FetchPluginDefault"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchPluginDefault"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTFilterDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"PAGE"
},
"getPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"PluginDefault"
},
"getPSDEOPPriv"
:
{
"modelref"
:
true
,
"id"
:
"READ"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchPluginDefault"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"FetchDefaultPlugin"
},
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchplugindefault"
,
"builtinMethod"
:
false
},
{
},
{
"codeName"
:
"FilterCreate"
,
"codeName"
:
"FilterCreate"
,
"methodType"
:
"FILTERACTION"
,
"methodType"
:
"FILTERACTION"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
浏览文件 @
9800f0a5
...
@@ -1588,6 +1588,26 @@
...
@@ -1588,6 +1588,26 @@
"pluginCode" : "logicNodePlugin",
"pluginCode" : "logicNodePlugin",
"pluginType" : "UILOGICNODE",
"pluginType" : "UILOGICNODE",
"refMode" : "DEUIPFPLUGIN"
"refMode" : "DEUIPFPLUGIN"
}, {
"name" : "实体方法Get插件",
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
},
"pluginCode" : "GetActionPlugin",
"pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD",
"refTag" : "DEACTION"
}, {
"name" : "获取数据集插件",
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "FetchDefaultPlugin"
},
"pluginCode" : "FetchDefaultPlugin",
"pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD",
"refTag" : "FETCH"
} ],
} ],
"getAllPSAppViews" : [ {
"getAllPSAppViews" : [ {
"modelref" : true,
"modelref" : true,
...
@@ -18299,6 +18319,35 @@
...
@@ -18299,6 +18319,35 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
},
},
"builtinMethod" : false
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"methodType" : "DEACTION",
"name" : "PluginGet",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
},
"builtinMethod" : false
}, {
}, {
"actionMode" : "DELETE",
"actionMode" : "DELETE",
"batchActionMode" : 1,
"batchActionMode" : 1,
...
@@ -18728,6 +18777,46 @@
...
@@ -18728,6 +18777,46 @@
"requestParamType" : "ENTITY",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
"builtinMethod" : false
}, {
"codeName" : "FetchPluginDefault",
"methodType" : "FETCH",
"name" : "FetchPluginDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "PluginDefault"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchPluginDefault"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "FetchDefaultPlugin"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchplugindefault",
"builtinMethod" : false
} ],
} ],
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
"getAllPSAppDEFUIModes" : [ {
...
@@ -21185,6 +21274,35 @@
...
@@ -21185,6 +21274,35 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
},
},
"builtinMethod" : false
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"methodType" : "DEACTION",
"name" : "PluginGet",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
},
"builtinMethod" : false
}, {
}, {
"actionMode" : "DELETE",
"actionMode" : "DELETE",
"batchActionMode" : 1,
"batchActionMode" : 1,
...
@@ -21498,6 +21616,46 @@
...
@@ -21498,6 +21616,46 @@
"requestParamType" : "ENTITY",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
"builtinMethod" : false
}, {
"codeName" : "FetchPluginDefault",
"methodType" : "FETCH",
"name" : "FetchPluginDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "PluginDefault"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchPluginDefault"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "FetchDefaultPlugin"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchplugindefault",
"builtinMethod" : false
}, {
}, {
"codeName" : "FilterCreate",
"codeName" : "FilterCreate",
"methodType" : "FILTERACTION",
"methodType" : "FILTERACTION",
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.simple.json
浏览文件 @
9800f0a5
...
@@ -12,6 +12,26 @@
...
@@ -12,6 +12,26 @@
"pluginCode"
:
"logicNodePlugin"
,
"pluginCode"
:
"logicNodePlugin"
,
"pluginType"
:
"UILOGICNODE"
,
"pluginType"
:
"UILOGICNODE"
,
"refMode"
:
"DEUIPFPLUGIN"
"refMode"
:
"DEUIPFPLUGIN"
},
{
"name"
:
"实体方法Get插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"GetActionPlugin"
},
"pluginCode"
:
"GetActionPlugin"
,
"pluginType"
:
"DEMETHOD"
,
"refMode"
:
"DEMETHOD"
,
"refTag"
:
"DEACTION"
},
{
"name"
:
"获取数据集插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"FetchDefaultPlugin"
},
"pluginCode"
:
"FetchDefaultPlugin"
,
"pluginType"
:
"DEMETHOD"
,
"refMode"
:
"DEMETHOD"
,
"refTag"
:
"FETCH"
}
],
}
],
"getAllPSAppDEUIActions"
:
[
{
"getAllPSAppDEUIActions"
:
[
{
"caption"
:
"添加全部"
,
"caption"
:
"添加全部"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/TEST.json
浏览文件 @
9800f0a5
...
@@ -411,6 +411,35 @@
...
@@ -411,6 +411,35 @@
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"USERCUSTOM"
,
"codeName"
:
"PluginGet"
,
"methodType"
:
"DEACTION"
,
"name"
:
"PluginGet"
,
"getPSAppDEMethodInput"
:
{
"codeName"
:
"PluginGetInput"
,
"name"
:
"PluginGetInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"PluginGetResult"
,
"name"
:
"PluginGetResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"GetActionPlugin"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"DELETE"
,
"actionMode"
:
"DELETE"
,
"batchActionMode"
:
1
,
"batchActionMode"
:
1
,
...
@@ -840,6 +869,46 @@
...
@@ -840,6 +869,46 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchdefault"
,
"requestPath"
:
"/fetchdefault"
,
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"codeName"
:
"FetchPluginDefault"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchPluginDefault"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTFilterDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"PAGE"
},
"getPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"PluginDefault"
},
"getPSDEOPPriv"
:
{
"modelref"
:
true
,
"id"
:
"READ"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchPluginDefault"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"FetchDefaultPlugin"
},
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchplugindefault"
,
"builtinMethod"
:
false
}
],
}
],
"getAllPSAppDEFields"
:
[
{
"getAllPSAppDEFields"
:
[
{
"getAllPSAppDEFUIModes"
:
[
{
"getAllPSAppDEFUIModes"
:
[
{
...
@@ -3297,6 +3366,35 @@
...
@@ -3297,6 +3366,35 @@
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"USERCUSTOM"
,
"codeName"
:
"PluginGet"
,
"methodType"
:
"DEACTION"
,
"name"
:
"PluginGet"
,
"getPSAppDEMethodInput"
:
{
"codeName"
:
"PluginGetInput"
,
"name"
:
"PluginGetInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"PluginGetResult"
,
"name"
:
"PluginGetResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"GetActionPlugin"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"DELETE"
,
"actionMode"
:
"DELETE"
,
"batchActionMode"
:
1
,
"batchActionMode"
:
1
,
...
@@ -3610,6 +3708,46 @@
...
@@ -3610,6 +3708,46 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchdefault"
,
"requestPath"
:
"/fetchdefault"
,
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"codeName"
:
"FetchPluginDefault"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchPluginDefault"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTFilterDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"PAGE"
},
"getPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"PluginDefault"
},
"getPSDEOPPriv"
:
{
"modelref"
:
true
,
"id"
:
"READ"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchPluginDefault"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"FetchDefaultPlugin"
},
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchplugindefault"
,
"builtinMethod"
:
false
},
{
},
{
"codeName"
:
"FilterCreate"
,
"codeName"
:
"FilterCreate"
,
"methodType"
:
"FILTERACTION"
,
"methodType"
:
"FILTERACTION"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
9800f0a5
...
@@ -1374,6 +1374,16 @@
...
@@ -1374,6 +1374,16 @@
"templCode2"
:
"const b = 222;console.log(222)
\n
console.log(b)"
,
"templCode2"
:
"const b = 222;console.log(222)
\n
console.log(b)"
,
"templCode3"
:
"const c = 333;console.log(333)
\n
console.log(c)"
,
"templCode3"
:
"const c = 333;console.log(333)
\n
console.log(c)"
,
"templCode4"
:
"const d = 444;console.log(444)
\n
console.log(d)"
"templCode4"
:
"const d = 444;console.log(444)
\n
console.log(d)"
},
{
"name"
:
"实体方法Get插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"GetActionPlugin"
},
"pluginCode"
:
"GetActionPlugin"
,
"pluginType"
:
"DEMETHOD"
,
"refMode"
:
"DEMETHOD"
,
"refTag"
:
"DEACTION"
},
{
},
{
"name"
:
"编辑器插件"
,
"name"
:
"编辑器插件"
,
"getPSSysPFPlugin"
:
{
"getPSSysPFPlugin"
:
{
...
@@ -1429,6 +1439,16 @@
...
@@ -1429,6 +1439,16 @@
"templCode2"
:
"editor22222"
,
"templCode2"
:
"editor22222"
,
"templCode3"
:
"editor3333"
,
"templCode3"
:
"editor3333"
,
"templCode4"
:
"editor44444"
"templCode4"
:
"editor44444"
},
{
"name"
:
"获取数据集插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"FetchDefaultPlugin"
},
"pluginCode"
:
"FetchDefaultPlugin"
,
"pluginType"
:
"DEMETHOD"
,
"refMode"
:
"DEMETHOD"
,
"refTag"
:
"FETCH"
},
{
},
{
"name"
:
"运行时部件(出来)"
,
"name"
:
"运行时部件(出来)"
,
"getPSSysPFPlugin"
:
{
"getPSSysPFPlugin"
:
{
...
@@ -1475,16 +1495,16 @@
...
@@ -1475,16 +1495,16 @@
"codeName"
:
"VMGroup2"
,
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
}
},
{
},
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
}
}
]
}
]
},
{
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.simple.json
浏览文件 @
9800f0a5
...
@@ -88,6 +88,16 @@
...
@@ -88,6 +88,16 @@
"templCode2"
:
"const b = 222;console.log(222)
\n
console.log(b)"
,
"templCode2"
:
"const b = 222;console.log(222)
\n
console.log(b)"
,
"templCode3"
:
"const c = 333;console.log(333)
\n
console.log(c)"
,
"templCode3"
:
"const c = 333;console.log(333)
\n
console.log(c)"
,
"templCode4"
:
"const d = 444;console.log(444)
\n
console.log(d)"
"templCode4"
:
"const d = 444;console.log(444)
\n
console.log(d)"
},
{
"name"
:
"实体方法Get插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"GetActionPlugin"
},
"pluginCode"
:
"GetActionPlugin"
,
"pluginType"
:
"DEMETHOD"
,
"refMode"
:
"DEMETHOD"
,
"refTag"
:
"DEACTION"
},
{
},
{
"name"
:
"编辑器插件"
,
"name"
:
"编辑器插件"
,
"getPSSysPFPlugin"
:
{
"getPSSysPFPlugin"
:
{
...
@@ -143,6 +153,16 @@
...
@@ -143,6 +153,16 @@
"templCode2"
:
"editor22222"
,
"templCode2"
:
"editor22222"
,
"templCode3"
:
"editor3333"
,
"templCode3"
:
"editor3333"
,
"templCode4"
:
"editor44444"
"templCode4"
:
"editor44444"
},
{
"name"
:
"获取数据集插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"FetchDefaultPlugin"
},
"pluginCode"
:
"FetchDefaultPlugin"
,
"pluginType"
:
"DEMETHOD"
,
"refMode"
:
"DEMETHOD"
,
"refTag"
:
"FETCH"
},
{
},
{
"name"
:
"运行时部件(出来)"
,
"name"
:
"运行时部件(出来)"
,
"getPSSysPFPlugin"
:
{
"getPSSysPFPlugin"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json
浏览文件 @
9800f0a5
...
@@ -411,6 +411,35 @@
...
@@ -411,6 +411,35 @@
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"USERCUSTOM"
,
"codeName"
:
"PluginGet"
,
"methodType"
:
"DEACTION"
,
"name"
:
"PluginGet"
,
"getPSAppDEMethodInput"
:
{
"codeName"
:
"PluginGetInput"
,
"name"
:
"PluginGetInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"PluginGetResult"
,
"name"
:
"PluginGetResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"GetActionPlugin"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"DELETE"
,
"actionMode"
:
"DELETE"
,
"batchActionMode"
:
1
,
"batchActionMode"
:
1
,
...
@@ -840,6 +869,46 @@
...
@@ -840,6 +869,46 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchdefault"
,
"requestPath"
:
"/fetchdefault"
,
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"codeName"
:
"FetchPluginDefault"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchPluginDefault"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTFilterDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"PAGE"
},
"getPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"PluginDefault"
},
"getPSDEOPPriv"
:
{
"modelref"
:
true
,
"id"
:
"READ"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchPluginDefault"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"FetchDefaultPlugin"
},
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchplugindefault"
,
"builtinMethod"
:
false
}
],
}
],
"getAllPSAppDEFields"
:
[
{
"getAllPSAppDEFields"
:
[
{
"getAllPSAppDEFUIModes"
:
[
{
"getAllPSAppDEFUIModes"
:
[
{
...
@@ -3297,6 +3366,35 @@
...
@@ -3297,6 +3366,35 @@
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
},
},
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"USERCUSTOM"
,
"codeName"
:
"PluginGet"
,
"methodType"
:
"DEACTION"
,
"name"
:
"PluginGet"
,
"getPSAppDEMethodInput"
:
{
"codeName"
:
"PluginGetInput"
,
"name"
:
"PluginGetInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"PluginGetResult"
,
"name"
:
"PluginGetResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"GetActionPlugin"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"DELETE"
,
"actionMode"
:
"DELETE"
,
"batchActionMode"
:
1
,
"batchActionMode"
:
1
,
...
@@ -3610,6 +3708,46 @@
...
@@ -3610,6 +3708,46 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchdefault"
,
"requestPath"
:
"/fetchdefault"
,
"builtinMethod"
:
false
"builtinMethod"
:
false
},
{
"codeName"
:
"FetchPluginDefault"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchPluginDefault"
,
"getPSAppDEMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTFilterDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"PAGE"
},
"getPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"PluginDefault"
},
"getPSDEOPPriv"
:
{
"modelref"
:
true
,
"id"
:
"READ"
},
"getPSDEServiceAPIMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchPluginDefault"
},
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"FetchDefaultPlugin"
},
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchplugindefault"
,
"builtinMethod"
:
false
},
{
},
{
"codeName"
:
"FilterCreate"
,
"codeName"
:
"FilterCreate"
,
"methodType"
:
"FILTERACTION"
,
"methodType"
:
"FILTERACTION"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
9800f0a5
...
@@ -4200,6 +4200,16 @@
...
@@ -4200,6 +4200,16 @@
"templCode2" : "const b = 222;console.log(222)\nconsole.log(b)",
"templCode2" : "const b = 222;console.log(222)\nconsole.log(b)",
"templCode3" : "const c = 333;console.log(333)\nconsole.log(c)",
"templCode3" : "const c = 333;console.log(333)\nconsole.log(c)",
"templCode4" : "const d = 444;console.log(444)\nconsole.log(d)"
"templCode4" : "const d = 444;console.log(444)\nconsole.log(d)"
}, {
"name" : "实体方法Get插件",
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
},
"pluginCode" : "GetActionPlugin",
"pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD",
"refTag" : "DEACTION"
}, {
}, {
"name" : "编辑器插件",
"name" : "编辑器插件",
"getPSSysPFPlugin" : {
"getPSSysPFPlugin" : {
...
@@ -4302,6 +4312,16 @@
...
@@ -4302,6 +4312,16 @@
"refMode" : "CONTROLITEM",
"refMode" : "CONTROLITEM",
"refTag" : "VIEWLAYOUTPANEL",
"refTag" : "VIEWLAYOUTPANEL",
"refTag2" : "CONTAINER"
"refTag2" : "CONTAINER"
}, {
"name" : "获取数据集插件",
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "FetchDefaultPlugin"
},
"pluginCode" : "FetchDefaultPlugin",
"pluginType" : "DEMETHOD",
"refMode" : "DEMETHOD",
"refTag" : "FETCH"
}, {
}, {
"name" : "表单插件",
"name" : "表单插件",
"getPSSysPFPlugin" : {
"getPSSysPFPlugin" : {
...
@@ -11303,16 +11323,16 @@
...
@@ -11303,16 +11323,16 @@
"codeName" : "VMGroup2",
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息",
"name" : "视图消息
2
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
2
"
"id" : "ViewMsg
3
"
}
}
}, {
}, {
"name" : "视图消息
2
",
"name" : "视图消息",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
3
"
"id" : "ViewMsg
2
"
}
}
} ]
} ]
}, {
}, {
...
@@ -11341,22 +11361,22 @@
...
@@ -11341,22 +11361,22 @@
"codeName" : "VMGroup3",
"codeName" : "VMGroup3",
"name" : "视图消息类型测试",
"name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ {
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-
错误
信息",
"name" : "消息类型-
常规
信息",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
6
"
"id" : "ViewMsg
4
"
}
}
}, {
}, {
"name" : "消息类型-
警告
信息",
"name" : "消息类型-
错误
信息",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
5
"
"id" : "ViewMsg
6
"
}
}
}, {
}, {
"name" : "消息类型-
常规
信息",
"name" : "消息类型-
警告
信息",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
4
"
"id" : "ViewMsg
5
"
}
}
} ]
} ]
}, {
}, {
...
@@ -11373,16 +11393,16 @@
...
@@ -11373,16 +11393,16 @@
"codeName" : "VMGroup4",
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-
弹出
",
"name" : "消息位置-
视图下方
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
10
"
"id" : "ViewMsg
8
"
}
}
}, {
}, {
"name" : "消息位置-
视图内容区
",
"name" : "消息位置-
弹出
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
9
"
"id" : "ViewMsg
10
"
}
}
}, {
}, {
"name" : "消息位置-视图上方",
"name" : "消息位置-视图上方",
...
@@ -11391,45 +11411,44 @@
...
@@ -11391,45 +11411,44 @@
"id" : "ViewMsg7"
"id" : "ViewMsg7"
}
}
}, {
}, {
"name" : "消息位置-视图
下方
",
"name" : "消息位置-视图
内容区
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
8
"
"id" : "ViewMsg
9
"
}
}
} ]
} ]
}, {
}, {
"codeName" : "VMGroup8",
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-
本次删除-上方-警告
",
"name" : "关闭模式-
默认删除-上方-错误
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg1
3
"
"id" : "ViewMsg1
2
"
}
}
}, {
}, {
"name" : "消息位置-视图
下方
",
"name" : "消息位置-视图
内容区
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
8
"
"id" : "ViewMsg
9
"
}
}
}, {
}, {
"name" : "
消息类型-错误信息
",
"name" : "
关闭模式-本次删除-上方-警告
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg6"
"id" : "ViewMsg13"
},
}
"position" : "POPUP"
}, {
}, {
"name" : "
关闭模式-无删除-上方-常规
",
"name" : "
消息位置-视图下方
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
11
"
"id" : "ViewMsg
8
"
}
}
}, {
}, {
"name" : "消息类型-
常规
信息",
"name" : "消息类型-
错误
信息",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg
4
"
"id" : "ViewMsg
6
"
},
},
"position" : "POPUP"
"position" : "POPUP"
}, {
}, {
...
@@ -11440,38 +11459,39 @@
...
@@ -11440,38 +11459,39 @@
},
},
"position" : "POPUP"
"position" : "POPUP"
}, {
}, {
"name" : "关闭模式-
默认删除-上方-错误
",
"name" : "关闭模式-
无删除-上方-常规
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg1
2
"
"id" : "ViewMsg1
1
"
}
}
}, {
}, {
"name" : "消息
位置-视图内容区
",
"name" : "消息
类型-常规信息
",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg9"
"id" : "ViewMsg4"
}
},
"position" : "POPUP"
} ]
} ]
}, {
}, {
"codeName" : "VMGroup5",
"codeName" : "VMGroup5",
"name" : "视图消息关闭模式",
"name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ {
"getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-
无
删除",
"name" : "关闭模式-
本次
删除",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg1
1
"
"id" : "ViewMsg1
3
"
}
}
}, {
}, {
"name" : "关闭模式-
默认
删除",
"name" : "关闭模式-
无
删除",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg1
2
"
"id" : "ViewMsg1
1
"
}
}
}, {
}, {
"name" : "关闭模式-
本次
删除",
"name" : "关闭模式-
默认
删除",
"getPSAppViewMsg" : {
"getPSAppViewMsg" : {
"modelref" : true,
"modelref" : true,
"id" : "ViewMsg1
3
"
"id" : "ViewMsg1
2
"
}
}
} ]
} ]
}, {
}, {
...
@@ -50539,6 +50559,35 @@
...
@@ -50539,6 +50559,35 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
},
},
"builtinMethod" : false
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"methodType" : "DEACTION",
"name" : "PluginGet",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
},
"builtinMethod" : false
}, {
}, {
"actionMode" : "DELETE",
"actionMode" : "DELETE",
"batchActionMode" : 1,
"batchActionMode" : 1,
...
@@ -50968,6 +51017,46 @@
...
@@ -50968,6 +51017,46 @@
"requestParamType" : "ENTITY",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
"builtinMethod" : false
}, {
"codeName" : "FetchPluginDefault",
"methodType" : "FETCH",
"name" : "FetchPluginDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "PluginDefault"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchPluginDefault"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "FetchDefaultPlugin"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchplugindefault",
"builtinMethod" : false
} ],
} ],
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFields" : [ {
"getAllPSAppDEFUIModes" : [ {
"getAllPSAppDEFUIModes" : [ {
...
@@ -53425,6 +53514,35 @@
...
@@ -53425,6 +53514,35 @@
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/MultiDeLogic.json"
},
},
"builtinMethod" : false
"builtinMethod" : false
}, {
"actionMode" : "CUSTOM",
"actionType" : "USERCUSTOM",
"codeName" : "PluginGet",
"methodType" : "DEACTION",
"name" : "PluginGet",
"getPSAppDEMethodInput" : {
"codeName" : "PluginGetInput",
"name" : "PluginGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "PluginGetResult",
"name" : "PluginGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/PluginGet.json"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "GetActionPlugin"
},
"builtinMethod" : false
}, {
}, {
"actionMode" : "DELETE",
"actionMode" : "DELETE",
"batchActionMode" : 1,
"batchActionMode" : 1,
...
@@ -53738,6 +53856,46 @@
...
@@ -53738,6 +53856,46 @@
"requestParamType" : "ENTITY",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchdefault",
"requestPath" : "/fetchdefault",
"builtinMethod" : false
"builtinMethod" : false
}, {
"codeName" : "FetchPluginDefault",
"methodType" : "FETCH",
"name" : "FetchPluginDefault",
"getPSAppDEMethodInput" : {
"name" : "输入对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTFilterDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"name" : "返回对象",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "TESTDTO"
},
"type" : "PAGE"
},
"getPSDEDataSet" : {
"modelref" : true,
"id" : "PluginDefault"
},
"getPSDEOPPriv" : {
"modelref" : true,
"id" : "READ"
},
"getPSDEServiceAPIMethod" : {
"modelref" : true,
"id" : "FetchPluginDefault"
},
"getPSSysPFPlugin" : {
"pluginType" : "DEMETHOD",
"pluginCode" : "FetchDefaultPlugin"
},
"requestMethod" : "POST",
"requestParamType" : "ENTITY",
"requestPath" : "/fetchplugindefault",
"builtinMethod" : false
}, {
}, {
"codeName" : "FilterCreate",
"codeName" : "FilterCreate",
"methodType" : "FILTERACTION",
"methodType" : "FILTERACTION",
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.simple.json
浏览文件 @
9800f0a5
...
@@ -139,6 +139,16 @@
...
@@ -139,6 +139,16 @@
"templCode2"
:
"const b = 222;console.log(222)
\n
console.log(b)"
,
"templCode2"
:
"const b = 222;console.log(222)
\n
console.log(b)"
,
"templCode3"
:
"const c = 333;console.log(333)
\n
console.log(c)"
,
"templCode3"
:
"const c = 333;console.log(333)
\n
console.log(c)"
,
"templCode4"
:
"const d = 444;console.log(444)
\n
console.log(d)"
"templCode4"
:
"const d = 444;console.log(444)
\n
console.log(d)"
},
{
"name"
:
"实体方法Get插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"GetActionPlugin"
},
"pluginCode"
:
"GetActionPlugin"
,
"pluginType"
:
"DEMETHOD"
,
"refMode"
:
"DEMETHOD"
,
"refTag"
:
"DEACTION"
},
{
},
{
"name"
:
"编辑器插件"
,
"name"
:
"编辑器插件"
,
"getPSSysPFPlugin"
:
{
"getPSSysPFPlugin"
:
{
...
@@ -241,6 +251,16 @@
...
@@ -241,6 +251,16 @@
"refMode"
:
"CONTROLITEM"
,
"refMode"
:
"CONTROLITEM"
,
"refTag"
:
"VIEWLAYOUTPANEL"
,
"refTag"
:
"VIEWLAYOUTPANEL"
,
"refTag2"
:
"CONTAINER"
"refTag2"
:
"CONTAINER"
},
{
"name"
:
"获取数据集插件"
,
"getPSSysPFPlugin"
:
{
"pluginType"
:
"DEMETHOD"
,
"pluginCode"
:
"FetchDefaultPlugin"
},
"pluginCode"
:
"FetchDefaultPlugin"
,
"pluginType"
:
"DEMETHOD"
,
"refMode"
:
"DEMETHOD"
,
"refTag"
:
"FETCH"
},
{
},
{
"name"
:
"表单插件"
,
"name"
:
"表单插件"
,
"getPSSysPFPlugin"
:
{
"getPSSysPFPlugin"
:
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSSERVICEAPIS/TrainSys.json
浏览文件 @
9800f0a5
...
@@ -4504,6 +4504,35 @@
...
@@ -4504,6 +4504,35 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchdefault"
,
"requestPath"
:
"/fetchdefault"
,
"uniqueTag"
:
"TEST__FETCH__DEFAULT"
"uniqueTag"
:
"TEST__FETCH__DEFAULT"
},
{
"codeName"
:
"FetchPluginDefault"
,
"dataAccessAction"
:
"READ"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchPluginDefault"
,
"getPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"PluginDefault"
},
"getPSDEServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"PAGE"
},
"requestMethod"
:
"POST"
,
"requestParamType"
:
"ENTITY"
,
"requestPath"
:
"/fetchplugindefault"
,
"uniqueTag"
:
"TEST__FETCH__PLUGINDEFAULT"
},
{
},
{
"codeName"
:
"Select"
,
"codeName"
:
"Select"
,
"dataAccessAction"
:
"READ"
,
"dataAccessAction"
:
"READ"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录