Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
f036b92a
提交
f036b92a
编写于
4月 11, 2025
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,网页端]
上级
5ff24f8a
变更
21
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
21 个修改的文件
包含
2423 行增加
和
16 行删除
+2423
-16
Test_aaa.json
...zlab/trainsys/PSMODULES/Test/PSDATAENTITIES/Test_aaa.json
+32
-0
test.json
...MODULES/Test/PSDATAENTITIES/Test_aaa/PSDELOGICS/test.json
+32
-0
test.json.bpmn
...ES/Test/PSDATAENTITIES/Test_aaa/PSDELOGICS/test.json.bpmn
+17
-0
test.json.drl
...LES/Test/PSDATAENTITIES/Test_aaa/PSDELOGICS/test.json.drl
+20
-0
Book.json
...bizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
+54
-0
CustomGet.json
...LES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json
+26
-0
CustomGet.json
...ULES/common/PSDATAENTITIES/Book/PSDELOGICS/CustomGet.json
+11
-0
Book.json
...bizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Book.json
+67
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
+67
-0
Book.json
...sys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json
+67
-0
Book.json
...bizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
+75
-0
Usr04117341EditView_Form.json
...PPDATAENTITIES/Book/PSFORMS/Usr04117341EditView_Form.json
+436
-0
Usr04114240GridView_Grid.json
...PPDATAENTITIES/Book/PSGRIDS/Usr04114240GridView_Grid.json
+191
-0
Usr04114240GridView_SearchForm.json
...ES/Book/PSSEARCHFORMS/Usr04114240GridView_SearchForm.json
+37
-0
PageListView_List.json
...Web/PSAPPDATAENTITIES/TEST/PSLISTS/PageListView_List.json
+8
-8
TESTPageListView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPageListView.json
+8
-8
bookUsr04114240GridView.json
...s/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04114240GridView.json
+529
-0
bookUsr04117341EditView.json
...s/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json
+601
-0
AppIndex.json
...zlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppIndex.json
+19
-0
AppIndex.json
...n/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppIndex.json
+10
-0
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+116
-0
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/Test_aaa.json
浏览文件 @
f036b92a
...
@@ -867,6 +867,38 @@
...
@@ -867,6 +867,38 @@
"allowEmpty"
:
false
,
"allowEmpty"
:
false
,
"systemReserver"
:
true
"systemReserver"
:
true
}
],
}
],
"getAllPSDELogics"
:
[
{
"codeName"
:
"test"
,
"defaultParamName"
:
"Default"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/Test_aaa/PSDELOGICS/test.json"
,
"logicName"
:
"test"
,
"name"
:
"test"
,
"getPSDELogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"topPos"
:
200
,
"parallelOutput"
:
true
}
],
"getPSDELogicParams"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/Test_aaa.json"
},
"default"
:
true
,
"entityParam"
:
true
}
],
"getStartPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
},
"enableBackend"
:
true
,
"enableFront"
:
false
}
],
"getAllPSDEMethodDTOs"
:
[
{
"getAllPSDEMethodDTOs"
:
[
{
"name"
:
"Test_aaaDTO"
,
"name"
:
"Test_aaaDTO"
,
"getPSDEMethodDTOFields"
:
[
{
"getPSDEMethodDTOFields"
:
[
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/Test_aaa/PSDELOGICS/test.json
0 → 100644
浏览文件 @
f036b92a
{
"codeName"
:
"test"
,
"defaultParamName"
:
"Default"
,
"dynaModelFilePath"
:
"PSMODULES/Test/PSDATAENTITIES/Test_aaa/PSDELOGICS/test.json"
,
"logicName"
:
"test"
,
"name"
:
"test"
,
"getPSDELogicNodes"
:
[
{
"codeName"
:
"Begin"
,
"leftPos"
:
200
,
"logicNodeType"
:
"BEGIN"
,
"name"
:
"开始"
,
"topPos"
:
200
,
"parallelOutput"
:
true
}
],
"getPSDELogicParams"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"传入变量"
,
"name"
:
"传入变量"
,
"getParamPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Test/PSDATAENTITIES/Test_aaa.json"
},
"default"
:
true
,
"entityParam"
:
true
}
],
"getStartPSDELogicNode"
:
{
"modelref"
:
true
,
"id"
:
"Begin"
},
"enableBackend"
:
true
,
"enableFront"
:
false
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/Test_aaa/PSDELOGICS/test.json.bpmn
0 → 100644
浏览文件 @
f036b92a
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions
xmlns=
"http://www.omg.org/spec/BPMN/20100524/MODEL"
xmlns:activiti=
"http://activiti.org/bpmn"
xmlns:bpmndi=
"http://www.omg.org/spec/BPMN/20100524/DI"
xmlns:dc=
"http://www.omg.org/spec/DD/20100524/DC"
xmlns:di=
"http://www.omg.org/spec/DD/20100524/DI"
xmlns:g=
"http://www.jboss.org/drools/flow/gpd"
xmlns:tns=
"http://www.jboss.org/drools"
xmlns:xsd=
"http://www.w3.org/2001/XMLSchema"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
expressionLanguage=
"http://www.mvel.org/2.0"
id=
"Definition"
name=
""
targetNamespace=
"http://www.jboss.org/drools"
typeLanguage=
"http://www.java.com/javaTypes"
>
<process
id=
"cn.ibizlab.trainsys.core.test.service.logic.test_aaatest"
isClosed=
"false"
isExecutable=
"true"
name=
"test_test_aaa_test_ruleFlow"
processType=
"Private"
tns:packageName=
"cn.ibizlab.trainsys.core.test.service.logic.test_aaatest"
>
<extensionElements>
<tns:import
name=
"java.util.Map"
/>
<tns:import
name=
"org.springframework.util.StringUtils"
/>
<tns:import
name=
"cn.ibizlab.trainsys.util.helper.RuleUtils"
/>
<tns:metaData
express=
""
name=
"test_aaatestdefault"
type=
"entity"
/>
<tns:metaData
express=
"T(cn.ibizlab.trainsys.util.security.SpringContextHolder).getBean(T(cn.ibizlab.trainsys.core.test.service.ITest_aaaService))"
name=
"iBzSysTest_aaaDefaultService"
type=
"service"
/>
<tns:metaData
express=
"T(cn.ibizlab.trainsys.util.security.AuthenticationUser).getAuthenticationUser()"
name=
"curuser"
type=
"session"
/>
<tns:global
identifier=
"test_aaatestdefault"
type=
"cn.ibizlab.trainsys.core.test.domain.Test_aaa"
/>
</extensionElements>
<startEvent
id=
"begin"
isInterrupting=
"true"
/>
<endEvent
id=
"begin_end"
name=
"end"
/>
<sequenceFlow
id=
"begin_end_line"
sourceRef=
"begin"
targetRef=
"begin_end"
/>
</process>
</definitions>
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/Test/PSDATAENTITIES/Test_aaa/PSDELOGICS/test.json.drl
0 → 100644
浏览文件 @
f036b92a
package
cn
.
ibizlab
.
trainsys
.
test
.
logic
.
test_aaalogic
.
test
;
import
java
.
util
.
Map
;
import
java
.
util
.
HashMap
;
import
com
.
alibaba
.
fastjson
.
JSONObject
;
import
org
.
springframework
.
util
.
StringUtils
;
import
org
.
springframework
.
util
.
ObjectUtils
;
import
cn
.
ibizlab
.
trainsys
.
util
.
errors
.
BadRequestAlertException
;
global
cn
.
ibizlab
.
trainsys
.
core
.
test
.
domain
.
Test_aaa
test_aaatestdefault
;
global
cn
.
ibizlab
.
trainsys
.
core
.
test
.
service
.
ITest_aaaService
iBzSysTest_aaaDefaultService
;
global
cn
.
ibizlab
.
trainsys
.
util
.
security
.
AuthenticationUser
curuser
;
no
-
loop
//
逻辑处理节点
[
开始
]
rule
"begin"
ruleflow
-
group
"test_aaatestbegin"
when
then
end
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book.json
浏览文件 @
f036b92a
...
@@ -268,6 +268,31 @@
...
@@ -268,6 +268,31 @@
"path"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/bookcounterLogic.json"
"path"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/bookcounterLogic.json"
},
},
"enableBackend"
:
false
"enableBackend"
:
false
},
{
"actionHolder"
:
2
,
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"CustomGet"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
,
"logicName"
:
"自定义获取"
,
"name"
:
"CustomGet"
,
"getPSDEActionInput"
:
{
"name"
:
"CustomGetInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"CustomGetResult"
,
"type"
:
"VOID"
},
"getPSDELogic"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/CustomGet.json"
},
"enableBackend"
:
false
},
{
},
{
"actionMode"
:
"UNKNOWN"
,
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
"actionType"
:
"BUILTIN"
,
...
@@ -6728,6 +6753,16 @@
...
@@ -6728,6 +6753,16 @@
"queryColumn"
:
false
"queryColumn"
:
false
}
],
}
],
"getAllPSDELogics"
:
[
{
"getAllPSDELogics"
:
[
{
"codeName"
:
"CustomGet"
,
"defaultParamName"
:
"DEFAULT"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/CustomGet.json"
,
"logicName"
:
"自定义获取"
,
"name"
:
"自定义获取"
,
"scriptCode"
:
"console.log(111111);"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"bookcounterLogic"
,
"codeName"
:
"bookcounterLogic"
,
"defaultParamName"
:
"DEFAULT"
,
"defaultParamName"
:
"DEFAULT"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/bookcounterLogic.json"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/bookcounterLogic.json"
,
...
@@ -8297,6 +8332,12 @@
...
@@ -8297,6 +8332,12 @@
"name"
:
"书实体编辑视图(飘窗)"
,
"name"
:
"书实体编辑视图(飘窗)"
,
"realModelSubType"
:
"DEEDITVIEW"
,
"realModelSubType"
:
"DEEDITVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"Usr04114240GridView"
,
"logicName"
:
"测试视图"
,
"name"
:
"测试视图"
,
"realModelSubType"
:
"DEGRIDVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
},
{
"codeName"
:
"Usr08126702EditView"
,
"codeName"
:
"Usr08126702EditView"
,
"logicName"
:
"重复器表单"
,
"logicName"
:
"重复器表单"
,
...
@@ -8369,6 +8410,12 @@
...
@@ -8369,6 +8410,12 @@
"name"
:
"书实体数据选择视图(树选择测试)"
,
"name"
:
"书实体数据选择视图(树选择测试)"
,
"realModelSubType"
:
"DEPICKUPVIEW"
,
"realModelSubType"
:
"DEPICKUPVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"Usr04117341EditView"
,
"logicName"
:
"测试编辑视图"
,
"name"
:
"测试编辑视图"
,
"realModelSubType"
:
"DEEDITVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
},
{
"codeName"
:
"testgrid"
,
"codeName"
:
"testgrid"
,
"logicName"
:
"测试表格"
,
"logicName"
:
"测试表格"
,
...
@@ -9161,6 +9208,13 @@
...
@@ -9161,6 +9208,13 @@
"name"
:
"表单锚点-左_表单"
,
"name"
:
"表单锚点-左_表单"
,
"realModelSubType"
:
"EDITFORM"
,
"realModelSubType"
:
"EDITFORM"
,
"realModelType"
:
"PSDEFORM"
"realModelType"
:
"PSDEFORM"
},
{
"codeName"
:
"Usr04117341EditView_Form"
,
"logicName"
:
"测试编辑视图_表单"
,
"modelTag2"
:
"0"
,
"name"
:
"测试编辑视图_表单"
,
"realModelSubType"
:
"EDITFORM"
,
"realModelType"
:
"PSDEFORM"
},
{
},
{
"codeName"
:
"dsjbjcs"
,
"codeName"
:
"dsjbjcs"
,
"logicName"
:
"多数据部件测试"
,
"logicName"
:
"多数据部件测试"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json
0 → 100644
浏览文件 @
f036b92a
{
"actionHolder"
:
2
,
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"CustomGet"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
,
"logicName"
:
"自定义获取"
,
"name"
:
"CustomGet"
,
"getPSDEActionInput"
:
{
"name"
:
"CustomGetInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"CustomGetResult"
,
"type"
:
"VOID"
},
"getPSDELogic"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/CustomGet.json"
},
"enableBackend"
:
false
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/CustomGet.json
0 → 100644
浏览文件 @
f036b92a
{
"codeName"
:
"CustomGet"
,
"defaultParamName"
:
"DEFAULT"
,
"dynaModelFilePath"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDELOGICS/CustomGet.json"
,
"logicName"
:
"自定义获取"
,
"name"
:
"自定义获取"
,
"scriptCode"
:
"console.log(111111);"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSAPPDATAENTITIES/Book.json
浏览文件 @
f036b92a
...
@@ -363,6 +363,35 @@
...
@@ -363,6 +363,35 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"builtinMethod"
:
false
,
"builtinMethod"
:
false
,
"noServiceCodeName"
:
true
"noServiceCodeName"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"CustomGet"
,
"methodType"
:
"DEACTION"
,
"name"
:
"CustomGet"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"CustomGet"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"CustomGetInput"
,
"name"
:
"CustomGetInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"CustomGetResult"
,
"name"
:
"CustomGetResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"READ"
,
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"actionType"
:
"BUILTIN"
,
...
@@ -3302,6 +3331,15 @@
...
@@ -3302,6 +3331,15 @@
"stringLength"
:
1048576
"stringLength"
:
1048576
}
],
}
],
"getAllPSAppDELogics"
:
[
{
"getAllPSAppDELogics"
:
[
{
"codeName"
:
"CustomGet"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"自定义获取"
,
"name"
:
"自定义获取"
,
"scriptCode"
:
"console.log(111111);"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"bookcounterLogic"
,
"codeName"
:
"bookcounterLogic"
,
"defaultParamName"
:
"DEFAULT"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"计数器"
,
"logicName"
:
"计数器"
,
...
@@ -4485,6 +4523,35 @@
...
@@ -4485,6 +4523,35 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"builtinMethod"
:
false
,
"builtinMethod"
:
false
,
"noServiceCodeName"
:
true
"noServiceCodeName"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"CustomGet"
,
"methodType"
:
"DEACTION"
,
"name"
:
"CustomGet"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"CustomGet"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"CustomGetInput"
,
"name"
:
"CustomGetInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"CustomGetResult"
,
"name"
:
"CustomGetResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"READ"
,
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"actionType"
:
"BUILTIN"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Mob/PSSYSAPP.json
浏览文件 @
f036b92a
...
@@ -36742,6 +36742,35 @@
...
@@ -36742,6 +36742,35 @@
"requestParamType" : "ENTITY",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
"builtinMethod" : false,
"noServiceCodeName" : true
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, {
}, {
"actionMode" : "READ",
"actionMode" : "READ",
"actionType" : "BUILTIN",
"actionType" : "BUILTIN",
...
@@ -39681,6 +39710,15 @@
...
@@ -39681,6 +39710,15 @@
"stringLength" : 1048576
"stringLength" : 1048576
} ],
} ],
"getAllPSAppDELogics" : [ {
"getAllPSAppDELogics" : [ {
"codeName" : "CustomGet",
"defaultParamName" : "DEFAULT",
"logicName" : "自定义获取",
"name" : "自定义获取",
"scriptCode" : "console.log(111111);",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "bookcounterLogic",
"codeName" : "bookcounterLogic",
"defaultParamName" : "DEFAULT",
"defaultParamName" : "DEFAULT",
"logicName" : "计数器",
"logicName" : "计数器",
...
@@ -40864,6 +40902,35 @@
...
@@ -40864,6 +40902,35 @@
"requestParamType" : "ENTITY",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
"builtinMethod" : false,
"noServiceCodeName" : true
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, {
}, {
"actionMode" : "READ",
"actionMode" : "READ",
"actionType" : "BUILTIN",
"actionType" : "BUILTIN",
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book.json
浏览文件 @
f036b92a
...
@@ -363,6 +363,35 @@
...
@@ -363,6 +363,35 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"builtinMethod"
:
false
,
"builtinMethod"
:
false
,
"noServiceCodeName"
:
true
"noServiceCodeName"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"CustomGet"
,
"methodType"
:
"DEACTION"
,
"name"
:
"CustomGet"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"CustomGet"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"CustomGetInput"
,
"name"
:
"CustomGetInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"CustomGetResult"
,
"name"
:
"CustomGetResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"READ"
,
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"actionType"
:
"BUILTIN"
,
...
@@ -3302,6 +3331,15 @@
...
@@ -3302,6 +3331,15 @@
"stringLength"
:
1048576
"stringLength"
:
1048576
}
],
}
],
"getAllPSAppDELogics"
:
[
{
"getAllPSAppDELogics"
:
[
{
"codeName"
:
"CustomGet"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"自定义获取"
,
"name"
:
"自定义获取"
,
"scriptCode"
:
"console.log(111111);"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"bookcounterLogic"
,
"codeName"
:
"bookcounterLogic"
,
"defaultParamName"
:
"DEFAULT"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"计数器"
,
"logicName"
:
"计数器"
,
...
@@ -4485,6 +4523,35 @@
...
@@ -4485,6 +4523,35 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"builtinMethod"
:
false
,
"builtinMethod"
:
false
,
"noServiceCodeName"
:
true
"noServiceCodeName"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"CustomGet"
,
"methodType"
:
"DEACTION"
,
"name"
:
"CustomGet"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"CustomGet"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"CustomGetInput"
,
"name"
:
"CustomGetInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"CustomGetResult"
,
"name"
:
"CustomGetResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"READ"
,
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"actionType"
:
"BUILTIN"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json
浏览文件 @
f036b92a
...
@@ -393,6 +393,35 @@
...
@@ -393,6 +393,35 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"builtinMethod"
:
false
,
"builtinMethod"
:
false
,
"noServiceCodeName"
:
true
"noServiceCodeName"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"CustomGet"
,
"methodType"
:
"DEACTION"
,
"name"
:
"CustomGet"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"CustomGet"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"CustomGetInput"
,
"name"
:
"CustomGetInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"CustomGetResult"
,
"name"
:
"CustomGetResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"READ"
,
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"actionType"
:
"BUILTIN"
,
...
@@ -3332,6 +3361,15 @@
...
@@ -3332,6 +3361,15 @@
"stringLength"
:
1048576
"stringLength"
:
1048576
}
],
}
],
"getAllPSAppDELogics"
:
[
{
"getAllPSAppDELogics"
:
[
{
"codeName"
:
"CustomGet"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"自定义获取"
,
"name"
:
"自定义获取"
,
"scriptCode"
:
"console.log(111111);"
,
"customCode"
:
true
,
"enableBackend"
:
false
,
"enableFront"
:
true
},
{
"codeName"
:
"bookcounterLogic"
,
"codeName"
:
"bookcounterLogic"
,
"defaultParamName"
:
"DEFAULT"
,
"defaultParamName"
:
"DEFAULT"
,
"logicName"
:
"计数器"
,
"logicName"
:
"计数器"
,
...
@@ -4515,6 +4553,35 @@
...
@@ -4515,6 +4553,35 @@
"requestParamType"
:
"ENTITY"
,
"requestParamType"
:
"ENTITY"
,
"builtinMethod"
:
false
,
"builtinMethod"
:
false
,
"noServiceCodeName"
:
true
"noServiceCodeName"
:
true
},
{
"actionMode"
:
"CUSTOM"
,
"actionType"
:
"DELOGIC"
,
"codeName"
:
"CustomGet"
,
"methodType"
:
"DEACTION"
,
"name"
:
"CustomGet"
,
"getPSAppDELogic"
:
{
"modelref"
:
true
,
"id"
:
"CustomGet"
},
"getPSAppDEMethodInput"
:
{
"codeName"
:
"CustomGetInput"
,
"name"
:
"CustomGetInput"
,
"getPSAppDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"BookDTO"
},
"type"
:
"DTO"
},
"getPSAppDEMethodReturn"
:
{
"codeName"
:
"CustomGetResult"
,
"name"
:
"CustomGetResult"
,
"type"
:
"VOID"
},
"getPSDEAction"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod"
:
false
},
{
},
{
"actionMode"
:
"READ"
,
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"actionType"
:
"BUILTIN"
,
...
@@ -6630,6 +6697,10 @@
...
@@ -6630,6 +6697,10 @@
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04087162GridView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04087162GridView.json"
,
"viewType"
:
"DEGRIDVIEW"
"viewType"
:
"DEGRIDVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04114240GridView.json"
,
"viewType"
:
"DEGRIDVIEW"
},
{
},
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr01037346PickupView2_PickupGridView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr01037346PickupView2_PickupGridView.json"
,
...
@@ -6670,6 +6741,10 @@
...
@@ -6670,6 +6741,10 @@
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4EditView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4EditView.json"
,
"viewType"
:
"DEEDITVIEW"
"viewType"
:
"DEEDITVIEW"
},
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
{
},
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestSubAppRefView.json"
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestSubAppRefView.json"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Usr04117341EditView_Form.json
0 → 100644
浏览文件 @
f036b92a
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Usr04114240GridView_Grid.json
0 → 100644
浏览文件 @
f036b92a
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Usr04114240GridView_Grid"
,
"columnEnableFilter"
:
2
,
"columnEnableLink"
:
2
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/Usr04114240GridView_Grid.json"
,
"getFetchPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"fetch"
,
"actionType"
:
"DEDATASET"
,
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"groupMode"
:
"NONE"
,
"logicName"
:
"测试视图_表格"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSDEGridColumns"
:
[
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
"caption"
:
"书名称"
,
"codeName"
:
"bookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"bookname"
,
"excelCaption"
:
"书名称"
,
"name"
:
"bookname"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
},
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"caption"
:
"更新人"
,
"codeName"
:
"updateman"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"updateman"
,
"excelCaption"
:
"更新人"
,
"name"
:
"updateman"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/SysOperator.json"
},
"getPSAppDEField"
:
{
"name"
:
"UPDATEMAN"
,
"codeName"
:
"UpdateMan"
},
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
"caption"
:
"更新时间"
,
"codeName"
:
"updatedate"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"updatedate"
,
"excelCaption"
:
"更新时间"
,
"name"
:
"updatedate"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
},
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"bookname"
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
}
},
{
"dataType"
:
25
,
"name"
:
"updateman"
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEMAN"
,
"codeName"
:
"UpdateMan"
}
},
{
"format"
:
"YYYY-MM-DD HH:mm:ss"
,
"dataType"
:
5
,
"name"
:
"updatedate"
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
}
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
"getPSAppDEField"
:
{
"name"
:
"BOOKID"
,
"codeName"
:
"BookId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfdataaccaction"
,
"getPSAppDEField"
:
{
"name"
:
"BOOKID"
,
"codeName"
:
"BookId"
},
"dataAccessAction"
:
true
},
{
"dataType"
:
25
,
"name"
:
"phoneid"
,
"getPSAppDEField"
:
{
"name"
:
"PHONEID"
,
"codeName"
:
"PhoneId"
}
},
{
"dataType"
:
25
,
"name"
:
"pbookid"
,
"getPSAppDEField"
:
{
"name"
:
"PBOOKID"
,
"codeName"
:
"Pbookid"
}
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"BOOKNAME"
,
"codeName"
:
"BookName"
}
}
],
"getPSDEGridEditItems"
:
[
{
"caption"
:
"书标识"
,
"codeName"
:
"srfkey"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"name"
:
"srfkey"
,
"getPSAppDEField"
:
{
"name"
:
"BOOKID"
,
"codeName"
:
"BookId"
},
"getPSEditor"
:
{
"editorType"
:
"HIDDEN"
,
"name"
:
"srfkey"
},
"allowEmpty"
:
true
}
],
"pagingMode"
:
1
,
"pagingSize"
:
20
,
"getRemovePSControlAction"
:
{
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
}
},
"sortMode"
:
"REMOTE"
,
"hasWFDataItems"
:
false
,
"enableColFilter"
:
false
,
"enableCustomized"
:
true
,
"enableGroup"
:
false
,
"enablePagingBar"
:
true
,
"enableRowEdit"
:
false
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
false
,
"singleSelect"
:
false
,
"modelid"
:
"0F4E9E21-8760-4B06-89C1-B3DD57D5A7CF"
,
"modeltype"
:
"PSDEGRID"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHFORMS/Usr04114240GridView_SearchForm.json
0 → 100644
浏览文件 @
f036b92a
{
"codeName"
:
"Usr04114240GridView_SearchForm"
,
"controlType"
:
"SEARCHFORM"
,
"defaultLabelWidth"
:
130
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSSEARCHFORMS/Usr04114240GridView_SearchForm.json"
,
"logicName"
:
"测试视图_搜索表单"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/Book.json"
},
"getPSDEFormPages"
:
[
{
"caption"
:
"常规条件"
,
"codeName"
:
"formpage1"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMPAGE"
,
"name"
:
"formpage1"
,
"getPSLayout"
:
{
"childColMD"
:
24
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"infoGroupMode"
:
false
}
],
"getPSLayout"
:
{
"childColMD"
:
24
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"searchButtonStyle"
:
"DEFAULT"
,
"tabHeaderPos"
:
"TOP"
,
"enableAdvanceSearch"
:
false
,
"enableAutoSearch"
:
false
,
"enableFilterSave"
:
false
,
"noTabHeader"
:
true
,
"modelid"
:
"31148536-B957-40C9-8755-6EFB8D11EF5F"
,
"modeltype"
:
"PSDEFORM_SEARCHFORM"
}
\ No newline at end of file
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/TEST/PSLISTS/PageListView_List.json
浏览文件 @
f036b92a
...
@@ -182,11 +182,11 @@
...
@@ -182,11 +182,11 @@
"id"
:
"DataImport"
"id"
:
"DataImport"
},
},
"getPSDEListDataItems"
:
[
{
"getPSDEListDataItems"
:
[
{
"dataType"
:
9
,
"dataType"
:
25
,
"name"
:
"
order
"
,
"name"
:
"
testname
"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"
ORDER
"
,
"name"
:
"
TESTNAME
"
,
"codeName"
:
"
Order
"
"codeName"
:
"
TESTName
"
}
}
},
{
},
{
"dataType"
:
25
,
"dataType"
:
25
,
...
@@ -196,11 +196,11 @@
...
@@ -196,11 +196,11 @@
"codeName"
:
"Field8"
"codeName"
:
"Field8"
}
}
},
{
},
{
"dataType"
:
25
,
"dataType"
:
9
,
"name"
:
"
testname
"
,
"name"
:
"
order
"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"
TESTNAME
"
,
"name"
:
"
ORDER
"
,
"codeName"
:
"
TESTName
"
"codeName"
:
"
Order
"
}
}
},
{
},
{
"dataType"
:
6
,
"dataType"
:
6
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/TESTPageListView.json
浏览文件 @
f036b92a
...
@@ -458,11 +458,11 @@
...
@@ -458,11 +458,11 @@
"id"
:
"DataImport"
"id"
:
"DataImport"
},
},
"getPSDEListDataItems"
:
[
{
"getPSDEListDataItems"
:
[
{
"dataType"
:
9
,
"dataType"
:
25
,
"name"
:
"
order
"
,
"name"
:
"
testname
"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"
ORDER
"
,
"name"
:
"
TESTNAME
"
,
"codeName"
:
"
Order
"
"codeName"
:
"
TESTName
"
}
}
},
{
},
{
"dataType"
:
25
,
"dataType"
:
25
,
...
@@ -472,11 +472,11 @@
...
@@ -472,11 +472,11 @@
"codeName"
:
"Field8"
"codeName"
:
"Field8"
}
}
},
{
},
{
"dataType"
:
25
,
"dataType"
:
9
,
"name"
:
"
testname
"
,
"name"
:
"
order
"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"
TESTNAME
"
,
"name"
:
"
ORDER
"
,
"codeName"
:
"
TESTName
"
"codeName"
:
"
Order
"
}
}
},
{
},
{
"dataType"
:
6
,
"dataType"
:
6
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04114240GridView.json
0 → 100644
浏览文件 @
f036b92a
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json
0 → 100644
浏览文件 @
f036b92a
此差异已折叠。
点击以展开。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPINDEXVIEWS/AppIndex.json
浏览文件 @
f036b92a
...
@@ -485,6 +485,25 @@
...
@@ -485,6 +485,25 @@
"layout"
:
"TABLE_24COL"
"layout"
:
"TABLE_24COL"
},
},
"tooltip"
:
"界面行为直接脚本"
"tooltip"
:
"界面行为直接脚本"
},
{
"accUserMode"
:
2
,
"caption"
:
"实体界面逻辑"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem392"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc0411940618"
},
"getPSLayout"
:
{
"childColMD"
:
24
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"tooltip"
:
"实体界面逻辑"
},
{
},
{
"accUserMode"
:
2
,
"accUserMode"
:
2
,
"caption"
:
"界面逻辑直接脚本"
,
"caption"
:
"界面逻辑直接脚本"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPMENUS/AppIndex.json
浏览文件 @
f036b92a
...
@@ -28,6 +28,16 @@
...
@@ -28,6 +28,16 @@
"id"
:
"UsrAppFunc0408848266"
"id"
:
"UsrAppFunc0408848266"
},
},
"tooltip"
:
"界面行为直接脚本"
"tooltip"
:
"界面行为直接脚本"
},
{
"accUserMode"
:
2
,
"caption"
:
"实体界面逻辑"
,
"itemType"
:
"MENUITEM"
,
"name"
:
"menuitem392"
,
"getPSAppFunc"
:
{
"modelref"
:
true
,
"id"
:
"UsrAppFunc0411940618"
},
"tooltip"
:
"实体界面逻辑"
},
{
},
{
"accUserMode"
:
2
,
"accUserMode"
:
2
,
"caption"
:
"界面逻辑直接脚本"
,
"caption"
:
"界面逻辑直接脚本"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
f036b92a
...
@@ -7329,6 +7329,16 @@
...
@@ -7329,6 +7329,16 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTDataViewExpView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/TESTDataViewExpView.json",
"viewType" : "DEDATAVIEWEXPVIEW"
"viewType" : "DEDATAVIEWEXPVIEW"
}
}
}, {
"appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc0411940618",
"name" : "实体界面逻辑",
"openMode" : "INDEXVIEWTAB",
"getPSAppView" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04114240GridView.json",
"viewType" : "DEGRIDVIEW"
}
}, {
}, {
"appFuncType" : "APPVIEW",
"appFuncType" : "APPVIEW",
"codeName" : "UsrAppFunc0707791126",
"codeName" : "UsrAppFunc0707791126",
...
@@ -35626,6 +35636,12 @@
...
@@ -35626,6 +35636,12 @@
"viewType" : "DEMPICKUPVIEW",
"viewType" : "DEMPICKUPVIEW",
"resource" : "Realtor",
"resource" : "Realtor",
"view" : "MPickupView"
"view" : "MPickupView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04114240GridView.json",
"viewType" : "DEGRIDVIEW",
"resource" : "Book",
"view" : "Usr04114240GridView"
}, {
}, {
"modelref" : true,
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEListExpViewLayout.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/ViewLayoutModelRepositoryDEListExpViewLayout.json",
...
@@ -35884,6 +35900,12 @@
...
@@ -35884,6 +35900,12 @@
"viewType" : "DEEDITVIEW",
"viewType" : "DEEDITVIEW",
"resource" : "Book",
"resource" : "Book",
"view" : "Usr4EditView"
"view" : "Usr4EditView"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json",
"viewType" : "DEEDITVIEW",
"resource" : "Book",
"view" : "Usr04117341EditView"
}, {
}, {
"modelref" : true,
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaEditView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/WorkFlowWFDynaEditView.json",
...
@@ -41143,6 +41165,25 @@
...
@@ -41143,6 +41165,25 @@
"layout" : "TABLE_24COL"
"layout" : "TABLE_24COL"
},
},
"tooltip" : "界面行为直接脚本"
"tooltip" : "界面行为直接脚本"
}, {
"accUserMode" : 2,
"caption" : "实体界面逻辑",
"itemType" : "MENUITEM",
"name" : "menuitem392",
"getPSAppFunc" : {
"modelref" : true,
"id" : "UsrAppFunc0411940618"
},
"getPSLayout" : {
"childColMD" : 24,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"tooltip" : "实体界面逻辑"
}, {
}, {
"accUserMode" : 2,
"accUserMode" : 2,
"caption" : "界面逻辑直接脚本",
"caption" : "界面逻辑直接脚本",
...
@@ -129693,6 +129734,35 @@
...
@@ -129693,6 +129734,35 @@
"requestParamType" : "ENTITY",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
"builtinMethod" : false,
"noServiceCodeName" : true
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, {
}, {
"actionMode" : "READ",
"actionMode" : "READ",
"actionType" : "BUILTIN",
"actionType" : "BUILTIN",
...
@@ -132632,6 +132702,15 @@
...
@@ -132632,6 +132702,15 @@
"stringLength" : 1048576
"stringLength" : 1048576
} ],
} ],
"getAllPSAppDELogics" : [ {
"getAllPSAppDELogics" : [ {
"codeName" : "CustomGet",
"defaultParamName" : "DEFAULT",
"logicName" : "自定义获取",
"name" : "自定义获取",
"scriptCode" : "console.log(111111);",
"customCode" : true,
"enableBackend" : false,
"enableFront" : true
}, {
"codeName" : "bookcounterLogic",
"codeName" : "bookcounterLogic",
"defaultParamName" : "DEFAULT",
"defaultParamName" : "DEFAULT",
"logicName" : "计数器",
"logicName" : "计数器",
...
@@ -133815,6 +133894,35 @@
...
@@ -133815,6 +133894,35 @@
"requestParamType" : "ENTITY",
"requestParamType" : "ENTITY",
"builtinMethod" : false,
"builtinMethod" : false,
"noServiceCodeName" : true
"noServiceCodeName" : true
}, {
"actionMode" : "CUSTOM",
"actionType" : "DELOGIC",
"codeName" : "CustomGet",
"methodType" : "DEACTION",
"name" : "CustomGet",
"getPSAppDELogic" : {
"modelref" : true,
"id" : "CustomGet"
},
"getPSAppDEMethodInput" : {
"codeName" : "CustomGetInput",
"name" : "CustomGetInput",
"getPSAppDEMethodDTO" : {
"modelref" : true,
"id" : "BookDTO"
},
"type" : "DTO"
},
"getPSAppDEMethodReturn" : {
"codeName" : "CustomGetResult",
"name" : "CustomGetResult",
"type" : "VOID"
},
"getPSDEAction" : {
"modelref" : true,
"path" : "PSMODULES/common/PSDATAENTITIES/Book/PSDEACTIONS/CustomGet.json"
},
"builtinMethod" : false
}, {
}, {
"actionMode" : "READ",
"actionMode" : "READ",
"actionType" : "BUILTIN",
"actionType" : "BUILTIN",
...
@@ -135930,6 +136038,10 @@
...
@@ -135930,6 +136038,10 @@
"modelref" : true,
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04087162GridView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04087162GridView.json",
"viewType" : "DEGRIDVIEW"
"viewType" : "DEGRIDVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04114240GridView.json",
"viewType" : "DEGRIDVIEW"
}, {
}, {
"modelref" : true,
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr01037346PickupView2_PickupGridView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr01037346PickupView2_PickupGridView.json",
...
@@ -135970,6 +136082,10 @@
...
@@ -135970,6 +136082,10 @@
"modelref" : true,
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4EditView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr4EditView.json",
"viewType" : "DEEDITVIEW"
"viewType" : "DEEDITVIEW"
}, {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr04117341EditView.json",
"viewType" : "DEEDITVIEW"
}, {
}, {
"modelref" : true,
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestSubAppRefView.json",
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/bookTestSubAppRefView.json",
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录