Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
f6db33eb
提交
f6db33eb
编写于
6月 13, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
2dc72a06
变更
9
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
291 行增加
和
12 行删除
+291
-12
TEST.json
.../ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST.json
+25
-0
DeLogic.json
...MODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/DeLogic.json
+26
-0
phoneGridExpView.json
...YSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridExpView.json
+2
-2
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+4
-4
TEST.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json
+78
-0
TESTGridView_drawer.json
...insys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView_drawer.json
+39
-0
phoneGridExpView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridExpView.json
+2
-2
PSSYSAPP.hubsubapp.json
...cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.hubsubapp.json
+33
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+82
-4
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST.json
浏览文件 @
f6db33eb
...
...
@@ -153,6 +153,31 @@
"type"
:
"SIMPLE"
},
"builtinAction"
:
true
},
{
"actionHolder"
:
2
,
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"DeLogic"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/DeLogic.json"
,
"logicName"
:
"实体逻辑"
,
"name"
:
"deLogic"
,
"getPSDEActionInput"
:
{
"name"
:
"DeLogicInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"DeLogicResult"
,
"type"
:
"VOID"
},
"getPSDELogic"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/logic1.json"
},
"enableBackend"
:
false
},
{
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/DeLogic.json
0 → 100644
浏览文件 @
f6db33eb
{
"actionHolder"
:
2
,
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"DeLogic"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/DeLogic.json"
,
"logicName"
:
"实体逻辑"
,
"name"
:
"deLogic"
,
"getPSDEActionInput"
:
{
"name"
:
"DeLogicInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"DeLogicResult"
,
"type"
:
"VOID"
},
"getPSDELogic"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDELOGICS/logic1.json"
},
"enableBackend"
:
false
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/phoneGridExpView.json
浏览文件 @
f6db33eb
...
...
@@ -88,7 +88,7 @@
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Fetch
ByIPhone
"
"id"
:
"Fetch
Default
"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -173,7 +173,7 @@
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Fetch
ByIPhone
"
"id"
:
"Fetch
Default
"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
f6db33eb
...
...
@@ -1026,16 +1026,16 @@
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
},
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
}
]
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json
浏览文件 @
f6db33eb
...
...
@@ -102,6 +102,35 @@
"requestParamType"
:
"ENTITY"
,
"builtinMethod"
:
false
,
"noServiceCodeName"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"DeLogic"
,
"methodType"
:
"DEACTION"
,
"name"
:
"deLogic"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"logic1"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"DeLogicInput"
,
"name"
:
"DeLogicInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"DeLogicResult"
,
"name"
:
"DeLogicResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/DeLogic.json"
},
"builtinMethod"
:
false
},
{
"actionMode"
:
"READ"
,
"codeName"
:
"Get"
,
...
...
@@ -1371,6 +1400,35 @@
"requestParamType"
:
"ENTITY"
,
"builtinMethod"
:
false
,
"noServiceCodeName"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"DeLogic"
,
"methodType"
:
"DEACTION"
,
"name"
:
"deLogic"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"logic1"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"DeLogicInput"
,
"name"
:
"DeLogicInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"DeLogicResult"
,
"name"
:
"DeLogicResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/DeLogic.json"
},
"builtinMethod"
:
false
},
{
"actionMode"
:
"READ"
,
"codeName"
:
"Get"
,
...
...
@@ -1650,6 +1708,26 @@
"builtinMethod"
:
false
}
],
"getAllPSAppDEUIActions"
:
[
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"实体逻辑"
,
"codeName"
:
"deLogic"
,
"fullCodeName"
:
"TEST_deLogic"
,
"name"
:
"实体逻辑"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"DeLogic"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"deLogic"
,
"uIActionType"
:
"DEUIACTION"
,
"enableConfirm"
:
true
,
"id"
:
"deLogic@TEST"
},
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"向导编辑"
,
"codeName"
:
"editWizard"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTGridView_drawer.json
浏览文件 @
f6db33eb
...
...
@@ -824,6 +824,45 @@
"id"
:
"TOOLBAR"
},
"getPSDEToolbarItems"
:
[
{
"caption"
:
"实体逻辑"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem1_delogic"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem1_delogic"
},
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"实体逻辑"
,
"codeName"
:
"deLogic"
,
"fullCodeName"
:
"TEST_deLogic"
,
"name"
:
"实体逻辑"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"DeLogic"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"deLogic"
,
"uIActionType"
:
"DEUIACTION"
,
"enableConfirm"
:
true
,
"id"
:
"deLogic@TEST"
},
"tooltip"
:
"实体逻辑"
,
"uIActionTarget"
:
"SINGLEKEY"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"itemType"
:
"SEPERATOR"
,
"name"
:
"tbitem2"
,
"spanMode"
:
false
},
{
"getCapPSLanguageRes"
:
{
"defaultContent"
:
"新建"
,
"lanResTag"
:
"TBB.TEXT.*.NEW"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/phoneGridExpView.json
浏览文件 @
f6db33eb
...
...
@@ -88,7 +88,7 @@
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Fetch
ByIPhone
"
"id"
:
"Fetch
Default
"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -173,7 +173,7 @@
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Fetch
ByIPhone
"
"id"
:
"Fetch
Default
"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.hubsubapp.json
浏览文件 @
f6db33eb
...
...
@@ -149,6 +149,39 @@
"showIcon"
:
true
}
],
"uniqueTag"
:
"Reginfo__A4769aa6553487b2c4f"
},
{
"codeName"
:
"Usr0613844925"
,
"name"
:
"实体逻辑"
,
"getPSUIActionGroupDetails"
:
[
{
"caption"
:
"实体逻辑"
,
"detailType"
:
"DEUIACTION"
,
"name"
:
"uf6a4205"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"实体逻辑"
,
"codeName"
:
"deLogic"
,
"fullCodeName"
:
"TEST_deLogic"
,
"name"
:
"实体逻辑"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"DeLogic"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"deLogic"
,
"uIActionType"
:
"DEUIACTION"
,
"enableConfirm"
:
true
,
"id"
:
"deLogic@TEST"
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"uniqueTag"
:
"TEST__Usr0613844925"
}
],
"getAllPSDEDRControls"
:
[
{
"codeName"
:
"Usr0526294161TabExpViewtabexppanel"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
f6db33eb
...
...
@@ -2338,16 +2338,16 @@
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
},
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
}
]
}
],
...
...
@@ -23906,6 +23906,35 @@
"requestParamType"
:
"ENTITY"
,
"builtinMethod"
:
false
,
"noServiceCodeName"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"DeLogic"
,
"methodType"
:
"DEACTION"
,
"name"
:
"deLogic"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"logic1"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"DeLogicInput"
,
"name"
:
"DeLogicInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"DeLogicResult"
,
"name"
:
"DeLogicResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/DeLogic.json"
},
"builtinMethod"
:
false
},
{
"actionMode"
:
"READ"
,
"codeName"
:
"Get"
,
...
...
@@ -25175,6 +25204,35 @@
"requestParamType"
:
"ENTITY"
,
"builtinMethod"
:
false
,
"noServiceCodeName"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"DeLogic"
,
"methodType"
:
"DEACTION"
,
"name"
:
"deLogic"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"logic1"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"DeLogicInput"
,
"name"
:
"DeLogicInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"TESTDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"DeLogicResult"
,
"name"
:
"DeLogicResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/TEST/PSDEACTIONS/DeLogic.json"
},
"builtinMethod"
:
false
},
{
"actionMode"
:
"READ"
,
"codeName"
:
"Get"
,
...
...
@@ -25454,6 +25512,26 @@
"builtinMethod"
:
false
}
],
"getAllPSAppDEUIActions"
:
[
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"实体逻辑"
,
"codeName"
:
"deLogic"
,
"fullCodeName"
:
"TEST_deLogic"
,
"name"
:
"实体逻辑"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"DeLogic"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST.json"
},
"timeout"
:
60000
,
"uIActionMode"
:
"BACKEND"
,
"uIActionTag"
:
"deLogic"
,
"uIActionType"
:
"DEUIACTION"
,
"enableConfirm"
:
true
,
"id"
:
"deLogic@TEST"
},
{
"actionTarget"
:
"SINGLEKEY"
,
"caption"
:
"向导编辑"
,
"codeName"
:
"editWizard"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录